ArchitSharma
commited on
Commit
Β·
7e9e701
1
Parent(s):
d5f522f
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ if __name__ == "__main__":
|
|
16 |
# ---------------------------------
|
17 |
# Main Application
|
18 |
# ---------------------------------
|
19 |
-
st.title("Text
|
20 |
|
21 |
st.markdown("---")
|
22 |
summarize_type = st.sidebar.selectbox(
|
|
|
16 |
# ---------------------------------
|
17 |
# Main Application
|
18 |
# ---------------------------------
|
19 |
+
st.title("Text Summarization Tool π")
|
20 |
|
21 |
st.markdown("---")
|
22 |
summarize_type = st.sidebar.selectbox(
|