Aditya757864
commited on
Commit
β’
4669820
1
Parent(s):
f56d3fb
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,7 @@ def main():
|
|
99 |
st.write('Click on summary button to get summary on given uploaded file.')
|
100 |
summarization = st.button("Summarize π")
|
101 |
summary(summarization)
|
102 |
-
|
103 |
-
st.write("#")
|
104 |
st.write("---")
|
105 |
|
106 |
with st.container():
|
|
|
99 |
st.write('Click on summary button to get summary on given uploaded file.')
|
100 |
summarization = st.button("Summarize π")
|
101 |
summary(summarization)
|
102 |
+
|
|
|
103 |
st.write("---")
|
104 |
|
105 |
with st.container():
|