kxx-kkk commited on
Commit
7896d94
1 Parent(s): 0b4cb0b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with tab1:
33
  answer = question_answerer(context=context, question=question)
34
  answer = answer["answer"]
35
  container = st.container(border=True)
36
- container.write("<p><b>Answer: </b></p><hr>" + answer, unsafe_allow_html=True)
37
 
38
  with tab2:
39
  uploaded_file = st.file_uploader("Choose a .txt file to upload", type=["txt"])
 
33
  answer = question_answerer(context=context, question=question)
34
  answer = answer["answer"]
35
  container = st.container(border=True)
36
+ container.write("<h5><b>Answer:</b></h5><hr>" + answer, unsafe_allow_html=True)
37
 
38
  with tab2:
39
  uploaded_file = st.file_uploader("Choose a .txt file to upload", type=["txt"])