Spaces:
Runtime error
Runtime error
Commit
·
b7dc22a
1
Parent(s):
2ce7f4c
Update app.py
Browse files
app.py
CHANGED
@@ -63,9 +63,12 @@ with col1:
|
|
63 |
|
64 |
with col2:
|
65 |
st.header("Summary")
|
|
|
66 |
if (len(output) > 0):
|
67 |
with st.expander("", expanded=True):
|
68 |
st.write(output)
|
|
|
|
|
69 |
|
70 |
|
71 |
|
|
|
63 |
|
64 |
with col2:
|
65 |
st.header("Summary")
|
66 |
+
|
67 |
if (len(output) > 0):
|
68 |
with st.expander("", expanded=True):
|
69 |
st.write(output)
|
70 |
+
elif(Summarizebtn):
|
71 |
+
st.balloons()
|
72 |
|
73 |
|
74 |
|