Pennywise881 commited on
Commit
f7c1bdd
·
1 Parent(s): 683448e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: {st.session_state.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}", '')