Text-Summary.png
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def main():
|
|
| 38 |
|
| 39 |
if choice=='Summarization':
|
| 40 |
stc.html(HTML_BANNER)
|
| 41 |
-
st.image(load_image('
|
| 42 |
st.subheader('summarization')
|
| 43 |
raw_text=st.text_area("Enter the text you want to summarize")
|
| 44 |
if st.button("Summarize"):
|
|
|
|
| 38 |
|
| 39 |
if choice=='Summarization':
|
| 40 |
stc.html(HTML_BANNER)
|
| 41 |
+
st.image(load_image('Text-Summary.png'))
|
| 42 |
st.subheader('summarization')
|
| 43 |
raw_text=st.text_area("Enter the text you want to summarize")
|
| 44 |
if st.button("Summarize"):
|