Achyut Tiwari commited on
Commit
0c2743d
·
unverified ·
1 Parent(s): 0774710

changed and removed the subhead

Browse files
Files changed (1) hide show
  1. pages/ask.py +3 -3
pages/ask.py CHANGED
@@ -281,10 +281,10 @@ def app():
281
  st.markdown(footer, unsafe_allow_html=True)
282
 
283
  st.title('Wikipedia Assistant')
284
- st.header('We are migrating to new backend infrastructure. ETA - 15.6.2022')
285
 
286
- #question = st.text_input(
287
- # label='Ask Wikipedia an open-ended question below; for example, "Why do airplanes leave contrails in the sky?"')
288
  question = ""
289
  spinner = st.empty()
290
  if question !="":
 
281
  st.markdown(footer, unsafe_allow_html=True)
282
 
283
  st.title('Wikipedia Assistant')
284
+ #st.header('We are migrating to new backend infrastructure. ETA - 15.6.2022')
285
 
286
+ question = st.text_input(
287
+ label='Ask Wikipedia an open-ended question below; for example, "Why do airplanes leave contrails in the sky?"')
288
  question = ""
289
  spinner = st.empty()
290
  if question !="":