Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
f26d1dc
1
Parent(s):
21c037f
Update pages/answers.py
Browse files- pages/answers.py +2 -2
pages/answers.py
CHANGED
@@ -26,8 +26,8 @@ def main():
|
|
26 |
st.markdown("### **Enter the context and question, then click on ':blue[Get Answer]' to retrieve the answer:**")
|
27 |
|
28 |
|
29 |
-
context = st.text_area("**:
|
30 |
-
question = st.text_input("**:
|
31 |
|
32 |
|
33 |
if st.button(":blue[**Get Answer**]"):
|
|
|
26 |
st.markdown("### **Enter the context and question, then click on ':blue[Get Answer]' to retrieve the answer:**")
|
27 |
|
28 |
|
29 |
+
context = st.text_area("**:blue[Context]**", "Enter the context here...")
|
30 |
+
question = st.text_input("**:blue[Question]**", "Enter the question here...")
|
31 |
|
32 |
|
33 |
if st.button(":blue[**Get Answer**]"):
|