pragnakalp commited on
Commit
e5c06ce
·
1 Parent(s): 36278b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def huggingface_result_page(paragraph):
82
  }
83
  print("LENGTH of results ====> ",str(len(results)))
84
  print("LENGTH of sen_list ====> ",str(len(temp_result_dict)))
85
- save_data_and_sendmail(sen_list,results,result,paragraph)
86
  return pd.DataFrame(result)
87
  else:
88
  raise gr.Error("Please enter text in inputbox!!!!")
 
82
  }
83
  print("LENGTH of results ====> ",str(len(results)))
84
  print("LENGTH of sen_list ====> ",str(len(temp_result_dict)))
85
+
86
  return pd.DataFrame(result)
87
  else:
88
  raise gr.Error("Please enter text in inputbox!!!!")