rjadr commited on
Commit
796986f
·
1 Parent(s): 51899f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")