carisackc commited on
Commit
975305a
·
1 Parent(s): 72a0309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def run_model(input_text):
148
  st.write('Summary')
149
 
150
  #st.text_area(visualize (runtext,output))
151
- st.write(output)
152
 
153
 
154
 
 
148
  st.write('Summary')
149
 
150
  #st.text_area(visualize (runtext,output))
151
+ st.success(output)
152
 
153
 
154