Gladiator commited on
Commit
5e2bb2b
1 Parent(s): c7f821c

fix information

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if __name__ == "__main__":
36
  unsafe_allow_html=True,
37
  )
38
  uploaded_file = st.file_uploader(
39
- "Upload a .txt, .pdf, .word file for summarization"
40
  )
41
 
42
  is_url = validators.url(inp_text)
 
36
  unsafe_allow_html=True,
37
  )
38
  uploaded_file = st.file_uploader(
39
+ "Upload a .txt, .pdf, .docx file for summarization"
40
  )
41
 
42
  is_url = validators.url(inp_text)