Tuana commited on
Commit
8598810
Β·
1 Parent(s): 2163596

more typos :(

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Pipleine](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 marvelous kingdom!
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)