carisackc commited on
Commit
11449cc
1 Parent(s): 93df71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -292,7 +292,6 @@ def run_model(input_text):
292
 
293
  elif model == "Gensim":
294
  output=summarize(str(input_text))
295
- #visualize('of text', input_text, output)
296
  st.write('Summary')
297
  st.success(output)
298
 
@@ -325,9 +324,4 @@ def run_model(input_text):
325
  if st.button('Submit'):
326
  run_model(runtext)
327
 
328
- # runtext2=runtext.split('.')
329
- # reference_text2=reference_text.split('.')
330
-
331
- # st.write(visualize('of text', runtext ,reference_text))
332
-
333
  st.text_area('Reference text', str(reference_text))
 
292
 
293
  elif model == "Gensim":
294
  output=summarize(str(input_text))
 
295
  st.write('Summary')
296
  st.success(output)
297
 
 
324
  if st.button('Submit'):
325
  run_model(runtext)
326
 
 
 
 
 
 
327
  st.text_area('Reference text', str(reference_text))