Spaces:
Runtime error
Runtime error
sradc
commited on
Commit
•
7453c0d
1
Parent(s):
fa51412
update GUI text
Browse files
video_semantic_search/app.py
CHANGED
@@ -115,7 +115,7 @@ def main():
|
|
115 |
st.text_input("What are you looking for?", key="query")
|
116 |
query = st.session_state["query"]
|
117 |
if query:
|
118 |
-
st.text("Click image to open video
|
119 |
display_search_results(SEARCHER.search(query))
|
120 |
|
121 |
|
|
|
115 |
st.text_input("What are you looking for?", key="query")
|
116 |
query = st.session_state["query"]
|
117 |
if query:
|
118 |
+
st.text("Click image to open video")
|
119 |
display_search_results(SEARCHER.search(query))
|
120 |
|
121 |
|