Spaces:
Sleeping
Sleeping
leadingbridge
commited on
Commit
•
a6eaf64
1
Parent(s):
d6539e5
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ with gr.Blocks() as demo:
|
|
21 |
text_button.click(fn=sentiment_analysis,inputs=gr.Textbox(placeholder="Enter a positive or negative sentence here..."),
|
22 |
outputs=gr.Textbox(label="Sentiment Analysis"))
|
23 |
|
24 |
-
demo.launch(
|
|
|
21 |
text_button.click(fn=sentiment_analysis,inputs=gr.Textbox(placeholder="Enter a positive or negative sentence here..."),
|
22 |
outputs=gr.Textbox(label="Sentiment Analysis"))
|
23 |
|
24 |
+
demo.launch(inline=False)
|