Update app.py
Browse files
app.py
CHANGED
@@ -156,15 +156,15 @@ st.markdown("""
|
|
156 |
- Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
|
157 |
)
|
158 |
|
159 |
-
st.markdown("""Please do note that the model will take longer to generate summaries for documents that are too long""")
|
160 |
|
161 |
st.markdown(
|
162 |
"The app only ingests the below formats for summarization task:"
|
163 |
)
|
164 |
st.markdown(
|
165 |
-
"""- Raw text entered in text box
|
166 |
-
- URL of an article to be summarized
|
167 |
-
- Documents with .txt, .pdf or .docx file formats"""
|
168 |
)
|
169 |
|
170 |
st.markdown("---")
|
|
|
156 |
- Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
|
157 |
)
|
158 |
|
159 |
+
st.markdown("""Please do note that the model will take longer to generate summaries for documents that are too long.""")
|
160 |
|
161 |
st.markdown(
|
162 |
"The app only ingests the below formats for summarization task:"
|
163 |
)
|
164 |
st.markdown(
|
165 |
+
"""- Raw text entered in text box.
|
166 |
+
- URL of an article to be summarized.
|
167 |
+
- Documents with .txt, .pdf or .docx file formats."""
|
168 |
)
|
169 |
|
170 |
st.markdown("---")
|