Tuana commited on
Commit
1f9047b
·
1 Parent(s): b6ac152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def ask_question(question):
26
 
27
  st.set_page_config(page_title='Game of Thrones QA with Haystack')
28
 
29
- question = st.text_input(label="Ask a Question about Game of Thromes", value="Who is Arya's father?")
30
 
31
  if question:
32
  ask_question(question)
 
26
 
27
  st.set_page_config(page_title='Game of Thrones QA with Haystack')
28
 
29
+ question = st.text_input(label="Ask a Question about Game of Thrones", value="Who is Arya's father?")
30
 
31
  if question:
32
  ask_question(question)