MarsiyaIssah commited on
Commit
2315ee6
·
verified ·
1 Parent(s): 6e9cc02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ if __name__ == "__main__":
10
  layout='centered')
11
 
12
  st.markdown("<h3 style='text-align: center;'>How can I assist you?</h3>", unsafe_allow_html=True)
 
13
 
14
 
15
  uploaded_file = st.file_uploader("Choose a file", type=["pdf", "txt"])
 
10
  layout='centered')
11
 
12
  st.markdown("<h3 style='text-align: center;'>How can I assist you?</h3>", unsafe_allow_html=True)
13
+ st.write("Upload file and ask your question")
14
 
15
 
16
  uploaded_file = st.file_uploader("Choose a file", type=["pdf", "txt"])