madani commited on
Commit
3c6cda5
1 Parent(s): b1581c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
 
4
  question_answerer = pipeline("question-answering", model="distilbert-base-cased-distilled-squad")
5
 
6
- cont = st.text_input("Give a context:")
7
  quest = st.text_input("Your question:")
8
 
9
  if st.button("OK"):
 
3
 
4
  question_answerer = pipeline("question-answering", model="distilbert-base-cased-distilled-squad")
5
 
6
+ cont = st.text_area("Give a context:")
7
  quest = st.text_input("Your question:")
8
 
9
  if st.button("OK"):