saadob12 commited on
Commit
7b3ae50
·
1 Parent(s): 0314595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ if uploaded_file is not None and mode is not None and title is not None:
86
  st.write('Model loading done!\nGenerating Summary...')
87
  summary = model.generate()
88
  st.write('Generated Summary: ')
89
- st.text(summary)
90
 
91
 
92
 
 
86
  st.write('Model loading done!\nGenerating Summary...')
87
  summary = model.generate()
88
  st.write('Generated Summary: ')
89
+ st.write(summary)
90
 
91
 
92