Spaces:
Build error
Build error
Achyut Tiwari
commited on
changed and removed the subhead
Browse files- 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 |
-
|
287 |
-
|
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 !="":
|