Suhaib-27 commited on
Commit
b13443d
1 Parent(s): 372ccf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ from transformers import pipeline
5
  qa_pipeline = pipeline("question-answering", model="Suhaib-27/my_awesome_qa_model")
6
 
7
  # Streamlit app
8
- st.title("Question Answering with Transformers")
9
- st.write("Enter the context and the question, and the model will provide the answer.")
10
 
11
  # Input fields for context and question
12
  context = st.text_area("Context", height=200)
 
5
  qa_pipeline = pipeline("question-answering", model="Suhaib-27/my_awesome_qa_model")
6
 
7
  # Streamlit app
8
+ st.title("Question Answering for Comprehension Passages")
9
+ st.write("Enter the passage and the question, and the model will provide the answer.")
10
 
11
  # Input fields for context and question
12
  context = st.text_area("Context", height=200)