Aditya757864 commited on
Commit
4669820
β€’
1 Parent(s): f56d3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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():