Spaces:
Runtime error
Runtime error
Commit
·
f7c1bdd
1
Parent(s):
683448e
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def get_article():
|
|
38 |
|
39 |
ask_questions()
|
40 |
else:
|
41 |
-
st.write(f'Sorry, could not find Wikipedia article: {
|
42 |
|
43 |
def ask_questions():
|
44 |
question = placeholder.text_input(f"Ask questions about {st.session_state.article}", '')
|
|
|
38 |
|
39 |
ask_questions()
|
40 |
else:
|
41 |
+
st.write(f'Sorry, could not find Wikipedia article: {article_name}')
|
42 |
|
43 |
def ask_questions():
|
44 |
question = placeholder.text_input(f"Ask questions about {st.session_state.article}", '')
|