dosenbiiir commited on
Commit
ada3289
1 Parent(s): b2d1cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def summarize(text):
23
  return output[0]['summary_text']
24
 
25
  if st.button('Generate'):
26
- st.write(input)
27
  st.write(summarize(input))
28
  st.success("We have generated 105 Questions for you")
29
  st.snow()
 
23
  return output[0]['summary_text']
24
 
25
  if st.button('Generate'):
26
+ # st.write(input)
27
  st.write(summarize(input))
28
  st.success("We have generated 105 Questions for you")
29
  st.snow()