Gagan Bhatia commited on
Commit
a8c4201
1 Parent(s): 34911e2

Update visualize.py

Browse files
Files changed (1) hide show
  1. src/visualization/visualize.py +2 -0
src/visualization/visualize.py CHANGED
@@ -14,3 +14,5 @@ def visualize():
14
 
15
  text = st.text_area("Enter text here")
16
  if st.button("Generate Summary"):
 
 
 
14
 
15
  text = st.text_area("Enter text here")
16
  if st.button("Generate Summary"):
17
+ with st.spinner("Connecting the Dots..."):
18
+ sumtext = predict_model(text=text)