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

Update ask.py

Browse files
Files changed (1) hide show
  1. pages/ask.py +1 -1
pages/ask.py CHANGED
@@ -285,7 +285,7 @@ def app():
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 !="":
291
  spinner.markdown(
 
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 !="":
291
  spinner.markdown(