FahadAlam commited on
Commit
b5fc35d
1 Parent(s): 6fa2cc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ def text_analysis(text):
26
  token.shape_, token.is_alpha, token.is_stop))
27
 
28
  table = pd.DataFrame(rows, columns = ["TEXT", "LEMMA","POS","TAG","DEP","SHAPE","ALPHA","STOP"])
29
-
30
  return table, html
31
 
32
  demo = gr.Interface(
 
26
  token.shape_, token.is_alpha, token.is_stop))
27
 
28
  table = pd.DataFrame(rows, columns = ["TEXT", "LEMMA","POS","TAG","DEP","SHAPE","ALPHA","STOP"])
 
29
  return table, html
30
 
31
  demo = gr.Interface(