awacke1 commited on
Commit
477bf78
β€’
1 Parent(s): 569efa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ try:
74
  query_option = query_params['query'][0] #throws an exception when visiting http://host:port
75
  option_selected = st.sidebar.selectbox('Pick option', options, index=options.index(query_option))
76
  except: # catch exception and set query param to predefined value
77
- #st.experimental_set_query_params(query="Genomics") # set default
78
  query_params = st.experimental_get_query_params()
79
  query_option = query_params['query'][0]
80
  query_option = "ai"
74
  query_option = query_params['query'][0] #throws an exception when visiting http://host:port
75
  option_selected = st.sidebar.selectbox('Pick option', options, index=options.index(query_option))
76
  except: # catch exception and set query param to predefined value
77
+ st.experimental_set_query_params(query="health") # set default
78
  query_params = st.experimental_get_query_params()
79
  query_option = query_params['query'][0]
80
  query_option = "ai"