Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|