vvv-knyazeva commited on
Commit
3ed058d
·
1 Parent(s): 4d18090

Update pages/answers.py

Browse files
Files changed (1) hide show
  1. pages/answers.py +1 -1
pages/answers.py CHANGED
@@ -23,7 +23,7 @@ def get_answer(context, question):
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...")
 
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...")