Sharvesh
commited on
Commit
•
4774263
1
Parent(s):
a03cf18
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ if __name__ == "__main__":
|
|
25 |
"Summarization type", options=["Extractive", "Abstractive"]
|
26 |
)
|
27 |
st.markdown(
|
28 |
-
"Children with learning disabilities face unique challenges in the education system. These challenges can include difficulties in reading, comprehending, and summarizing lengthy texts, making it harder for them to keep up with their peers. However, the use of text summarization technology can be a game-changer in improving their learning experiences
|
29 |
-
|
30 |
st.markdown(
|
31 |
"Enter a text or a url to get a concise summary of the article while conserving the overall meaning. This app supports text in the following formats:"
|
32 |
)
|
|
|
25 |
"Summarization type", options=["Extractive", "Abstractive"]
|
26 |
)
|
27 |
st.markdown(
|
28 |
+
"Children with learning disabilities face unique challenges in the education system. These challenges can include difficulties in reading, comprehending, and summarizing lengthy texts, making it harder for them to keep up with their peers. However, the use of text summarization technology can be a game-changer in improving their learning experiences "
|
29 |
+
)
|
30 |
st.markdown(
|
31 |
"Enter a text or a url to get a concise summary of the article while conserving the overall meaning. This app supports text in the following formats:"
|
32 |
)
|