Spaces:
Running
Running
more typos :(
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ image = Image.open('got-haystack.png')
|
|
46 |
st.image(image)
|
47 |
|
48 |
st.markdown( """
|
49 |
-
This QA demo uses a [Haystack Extractive QA
|
50 |
an [InMemoryDocumentStore](https://haystack.deepset.ai/components/document-store) which contains documents about Game of Thrones π
|
51 |
-
Go ahead and ask questions about the
|
52 |
""", unsafe_allow_html=True)
|
53 |
|
54 |
question = st.text_input("", value=st.session_state.question, max_chars=100, on_change=reset_results)
|
|
|
46 |
st.image(image)
|
47 |
|
48 |
st.markdown( """
|
49 |
+
This QA demo uses a [Haystack Extractive QA Pipeline](https://haystack.deepset.ai/components/ready-made-pipelines#extractiveqapipeline) with
|
50 |
an [InMemoryDocumentStore](https://haystack.deepset.ai/components/document-store) which contains documents about Game of Thrones π
|
51 |
+
Go ahead and ask questions about the marvellous kingdom!
|
52 |
""", unsafe_allow_html=True)
|
53 |
|
54 |
question = st.text_input("", value=st.session_state.question, max_chars=100, on_change=reset_results)
|