FahadAlam commited on
Commit
0b6bf0f
·
1 Parent(s): 6b1534a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def text_analysis(text):
30
  demo = gr.Interface(
31
  text_analysis,
32
  inputs = gr.Textbox(placeholder="Enter sentence here..."),
33
- outputs = [ gr.Dataframe(), "html", "html"],
34
  examples=[
35
  ["Data Science Dojo is the leading platform providing training in data science, data analytics, and machine learning."],
36
  ["It's the best time to execute the plan."],
 
30
  demo = gr.Interface(
31
  text_analysis,
32
  inputs = gr.Textbox(placeholder="Enter sentence here..."),
33
+ outputs = [ gr.Dataframe(), "html"],
34
  examples=[
35
  ["Data Science Dojo is the leading platform providing training in data science, data analytics, and machine learning."],
36
  ["It's the best time to execute the plan."],