Moran commited on
Commit
3d25071
·
1 Parent(s): 3e23afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ start = st.button('Summarize')#, on_click=start_summarize, args=(user_text, mode
53
  if start:
54
  st.markdown("Summary")
55
  start_summarize(user_text, model_type)
56
- st.spinner('We are summarizing your text...'):
57
  # time.sleep(10)
58
 
59
 
 
53
  if start:
54
  st.markdown("Summary")
55
  start_summarize(user_text, model_type)
56
+ st.spinner('We are summarizing your text...')
57
  # time.sleep(10)
58
 
59