vvv-knyazeva commited on
Commit
4d18090
β€’
1 Parent(s): 95b01fd

Update pages/answers.py

Browse files
Files changed (1) hide show
  1. 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...")