prasadnu commited on
Commit
6d4c27f
·
1 Parent(s): c2a0468

change defaults

Browse files
pages/Multimodal_Conversational_Search.py CHANGED
@@ -78,7 +78,7 @@ if "answers_" not in st.session_state:
78
  st.session_state.answers_ = []
79
 
80
  if "input_index" not in st.session_state:
81
- st.session_state.input_index = "globalwarming"#"hpijan2024hometrack"#"hpijan2024hometrack"#"covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
82
 
83
  if "input_is_rerank" not in st.session_state:
84
  st.session_state.input_is_rerank = True
@@ -356,8 +356,8 @@ with st.sidebar:
356
  </style>
357
  """,unsafe_allow_html=True)
358
  with st.expander("Sample questions:"):
359
- st.markdown("<span style = 'color:#FF9900;'>Global Warming stats</span> - What is the projected energy percentage from renewable sources in future?",unsafe_allow_html=True)
360
  st.markdown("<span style = 'color:#FF9900;'>UK Housing</span> - which city has the highest average housing price in UK ?",unsafe_allow_html=True)
 
361
  st.markdown("<span style = 'color:#FF9900;'>Covid19 impacts</span> - How many aged above 85 years died due to covid ?",unsafe_allow_html=True)
362
 
363
 
 
78
  st.session_state.answers_ = []
79
 
80
  if "input_index" not in st.session_state:
81
+ st.session_state.input_index = "hpijan2024hometrack"#"globalwarming"#"covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
82
 
83
  if "input_is_rerank" not in st.session_state:
84
  st.session_state.input_is_rerank = True
 
356
  </style>
357
  """,unsafe_allow_html=True)
358
  with st.expander("Sample questions:"):
 
359
  st.markdown("<span style = 'color:#FF9900;'>UK Housing</span> - which city has the highest average housing price in UK ?",unsafe_allow_html=True)
360
+ st.markdown("<span style = 'color:#FF9900;'>Global Warming stats</span> - What is the projected energy percentage from renewable sources in future?",unsafe_allow_html=True)
361
  st.markdown("<span style = 'color:#FF9900;'>Covid19 impacts</span> - How many aged above 85 years died due to covid ?",unsafe_allow_html=True)
362
 
363