Spaces:
Runtime error
Runtime error
fix information
Browse files
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, .
|
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)
|