kabita-choudhary commited on
Commit
b7dc22a
·
1 Parent(s): 2ce7f4c

Update app.py

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