Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ col1.title('Input')
|
|
68 |
col2.title('Output')
|
69 |
|
70 |
col1.container(height=500, border=True).text_area("", option, height=1000)
|
71 |
-
col2.container(height=500, border=True).markdown("", unsafe_allow_html=True)
|
72 |
if col1.button("Summarize"):
|
73 |
with st.spinner('Wait for it...'):
|
74 |
summary_output = summarize_text(option)
|
|
|
68 |
col2.title('Output')
|
69 |
|
70 |
col1.container(height=500, border=True).text_area("", option, height=1000)
|
|
|
71 |
if col1.button("Summarize"):
|
72 |
with st.spinner('Wait for it...'):
|
73 |
summary_output = summarize_text(option)
|