Spaces:
Runtime error
Runtime error
sradc
commited on
Commit
•
ba7f790
1
Parent(s):
b3627a2
updated GUI text (again)
Browse files
video_semantic_search/app.py
CHANGED
@@ -111,8 +111,7 @@ def display_search_results(results: list[SearchResult]) -> None:
|
|
111 |
def main():
|
112 |
st.set_page_config(page_title="video-semantic-search", layout="wide")
|
113 |
st.header("Visual content search over videos")
|
114 |
-
st.markdown("
|
115 |
-
st.markdown("_Sidney Radcliffe_")
|
116 |
st.text_input("What are you looking for?", key="query")
|
117 |
query = st.session_state["query"]
|
118 |
if query:
|
|
|
111 |
def main():
|
112 |
st.set_page_config(page_title="video-semantic-search", layout="wide")
|
113 |
st.header("Visual content search over videos")
|
114 |
+
st.markdown("_App by Ben Tenmann and Sidney Radcliffe_")
|
|
|
115 |
st.text_input("What are you looking for?", key="query")
|
116 |
query = st.session_state["query"]
|
117 |
if query:
|