Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
9de557a
1
Parent(s):
89302a7
Update pages/answers.py
Browse files- pages/answers.py +1 -0
pages/answers.py
CHANGED
@@ -22,6 +22,7 @@ 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 |
|
|
|
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 |
|