Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
β’
4d18090
1
Parent(s):
95b01fd
Update pages/answers.py
Browse files- pages/answers.py +2 -2
pages/answers.py
CHANGED
@@ -21,9 +21,9 @@ def get_answer(context, question):
|
|
21 |
return answer
|
22 |
|
23 |
def main():
|
24 |
-
st.title("Question Answering App")
|
25 |
st.divider()
|
26 |
-
st.markdown("### **Enter the context and question, then click on 'Get Answer' to retrieve the answer
|
27 |
|
28 |
|
29 |
context = st.text_area("**:red[Context]**", "Enter the context here...")
|
|
|
21 |
return answer
|
22 |
|
23 |
def main():
|
24 |
+
st.title("Question Answering App :robot_face:")
|
25 |
st.divider()
|
26 |
+
st.markdown("### **Enter the context and question, then click on 'Get Answer' to retrieve the answer** π")
|
27 |
|
28 |
|
29 |
context = st.text_area("**:red[Context]**", "Enter the context here...")
|