pragnakalp commited on
Commit
40adbf7
1 Parent(s): c2a7c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def save_data_and_sendmail(article,output):
130
  return "Error while sending mail" + str(e)
131
 
132
 
133
- inputs=gr.Textbox(lines=10, label="Sentences",elem_id="inp_div")
134
  outputs = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(2, "fixed"), label="Here is the Result", headers=["Entities Found","Entity Types"])]
135
 
136
  demo = gr.Interface(
 
130
  return "Error while sending mail" + str(e)
131
 
132
 
133
+ inputs=gr.Textbox(lines=5, label="Sentences",elem_id="inp_div")
134
  outputs = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(2, "fixed"), label="Here is the Result", headers=["Entities Found","Entity Types"])]
135
 
136
  demo = gr.Interface(