Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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."],
|