Suhaib-27 commited on
Commit
7445d77
1 Parent(s): b13443d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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)
13
  question = st.text_input("Question")
14
 
15
  # If context and question are provided, perform the inference
 
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("Passage", height=200)
13
  question = st.text_input("Question")
14
 
15
  # If context and question are provided, perform the inference