Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ col2.title('Output')
|
|
76 |
col1.container(height=500, border=True).text_area("", option, height=1000)
|
77 |
if col1.button("Summarize"):
|
78 |
with st.spinner('Wait for it...'):
|
79 |
-
print("Summary Function Start", summary_output)
|
80 |
summary_output = summarize_text(option)
|
81 |
print("Summary Function End", summary_output)
|
82 |
col2.container(height=500, border=True).markdown(summary_output, unsafe_allow_html=True)
|
|
|
76 |
col1.container(height=500, border=True).text_area("", option, height=1000)
|
77 |
if col1.button("Summarize"):
|
78 |
with st.spinner('Wait for it...'):
|
79 |
+
#print("Summary Function Start", summary_output)
|
80 |
summary_output = summarize_text(option)
|
81 |
print("Summary Function End", summary_output)
|
82 |
col2.container(height=500, border=True).markdown(summary_output, unsafe_allow_html=True)
|