Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 122 |
placeholder="Type your thoughts here, and I'll analyze the sentiment...",
|
| 123 |
info="I can tell you if your text is positive or negative."
|
| 124 |
)
|
| 125 |
-
analyze_button = gr.Button("💖 Analyze!
|
| 126 |
|
| 127 |
output_label = gr.Label(label="Result")
|
| 128 |
|
|
@@ -131,5 +131,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 131 |
|
| 132 |
# Launch the Gradio app
|
| 133 |
if __name__ == "__main__":
|
| 134 |
-
demo.launch()
|
| 135 |
-
�
|
|
|
|
| 122 |
placeholder="Type your thoughts here, and I'll analyze the sentiment...",
|
| 123 |
info="I can tell you if your text is positive or negative."
|
| 124 |
)
|
| 125 |
+
analyze_button = gr.Button("💖 Analyze!")
|
| 126 |
|
| 127 |
output_label = gr.Label(label="Result")
|
| 128 |
|
|
|
|
| 131 |
|
| 132 |
# Launch the Gradio app
|
| 133 |
if __name__ == "__main__":
|
| 134 |
+
demo.launch()
|
|
|