FahadAlam commited on
Commit
78cfeb7
1 Parent(s): 605946a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def text_analysis(text):
36
 
37
  demo = gr.Interface(
38
  text_analysis,
39
- gr.Textbox(placeholder="Enter sentence here..."),
40
- [gr.Dataframe(), "html", "html"],
41
  examples=[
42
  ["Data Science Dojo is the leading platform providing training in data science, data analytics, and machine learning."],
43
  ["It's the best time to execute the plan."],
 
36
 
37
  demo = gr.Interface(
38
  text_analysis,
39
+ inputs = gr.Textbox(placeholder="Enter sentence here..."),
40
+ outputs = [ gr.Dataframe(), "html", "html"],
41
  examples=[
42
  ["Data Science Dojo is the leading platform providing training in data science, data analytics, and machine learning."],
43
  ["It's the best time to execute the plan."],