Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ if selected_menu_option == "Data exploration":
|
|
289 |
|
290 |
elif selected_menu_option == "Semantic search":
|
291 |
tabs = ["Text to Text", "Text to Image", "Image to Image", "Image to Text"]
|
292 |
-
selected_tab = st.radio("Select a search type", tabs)
|
293 |
|
294 |
if selected_tab == "Text to Text":
|
295 |
text_to_text_input = st.text_input("Enter text")
|
|
|
289 |
|
290 |
elif selected_menu_option == "Semantic search":
|
291 |
tabs = ["Text to Text", "Text to Image", "Image to Image", "Image to Text"]
|
292 |
+
selected_tab = st.sidebar.radio("Select a search type", tabs)
|
293 |
|
294 |
if selected_tab == "Text to Text":
|
295 |
text_to_text_input = st.text_input("Enter text")
|