awacke1 commited on
Commit
e433e39
β€’
1 Parent(s): 4745cfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -60,8 +60,9 @@ try:
60
  option_selected = st.sidebar.selectbox('Pick option', options, index=options.index(query_option))
61
  except: # catch exception and set query param to predefined value
62
  #st.experimental_set_query_params(query="Genomics") # set default
63
- query_params = st.experimental_get_query_params()
64
- query_option = query_params['query'][0]
 
65
 
66
  #st.experimental_set_query_params(option=selected_option)
67
 
60
  option_selected = st.sidebar.selectbox('Pick option', options, index=options.index(query_option))
61
  except: # catch exception and set query param to predefined value
62
  #st.experimental_set_query_params(query="Genomics") # set default
63
+ #query_params = st.experimental_get_query_params()
64
+ #query_option = query_params['query'][0]
65
+ query_option = "ai"
66
 
67
  #st.experimental_set_query_params(option=selected_option)
68