Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
89302a7
1
Parent(s):
33855af
Update pages/answers.py
Browse files- pages/answers.py +3 -3
pages/answers.py
CHANGED
@@ -22,11 +22,11 @@ def get_answer(context, question):
|
|
22 |
|
23 |
def main():
|
24 |
st.title("Question Answering App")
|
25 |
-
st.markdown("Enter the context and question, then click on 'Get Answer' to retrieve the answer
|
26 |
|
27 |
|
28 |
-
context = st.text_area("Context", "Enter the context here...")
|
29 |
-
question = st.text_input("Question", "Enter the question here...")
|
30 |
|
31 |
|
32 |
if st.button("Get Answer"):
|
|
|
22 |
|
23 |
def main():
|
24 |
st.title("Question Answering App")
|
25 |
+
st.markdown("**Enter the context and question, then click on 'Get Answer' to retrieve the answer.**")
|
26 |
|
27 |
|
28 |
+
context = st.text_area("**:red[Context]**", "Enter the context here...")
|
29 |
+
question = st.text_input("**:red[Question]**", "Enter the question here...")
|
30 |
|
31 |
|
32 |
if st.button("Get Answer"):
|