We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0720a commit 64ff64eCopy full SHA for 64ff64e
frontend/streamlit/pages/search_demo.py
@@ -113,9 +113,9 @@ def upload_dialog():
113
upload_enabled = True # temporarily enable upload in prod for uploading demo videos
114
if st.button("Upload", disabled=(not upload_enabled), width="stretch"):
115
upload_dialog()
116
-with up_col2:
117
- if st.button("Feedback", width="stretch"):
118
- st.switch_page("pages/feedback.py")
+# with up_col2:
+# if st.button("Feedback", width="stretch"):
+# st.switch_page("pages/feedback.py")
119
120
# insert vertical spaces
121
st.write("")
0 commit comments