Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,7 @@ def documentation():
|
|
| 38 |
with gr.Blocks(title="Sentiment Analysis", theme=gr.themes.Soft()) as demo:
|
| 39 |
with gr.Tabs():
|
| 40 |
with gr.TabItem("Demo"):
|
|
|
|
| 41 |
with gr.Row():
|
| 42 |
with gr.Column(scale=2):
|
| 43 |
text_input = gr.Textbox(label="Input Text", placeholder="Type here or select an example...")
|
|
|
|
| 38 |
with gr.Blocks(title="Sentiment Analysis", theme=gr.themes.Soft()) as demo:
|
| 39 |
with gr.Tabs():
|
| 40 |
with gr.TabItem("Demo"):
|
| 41 |
+
gr.Markdown("### Sentiment Analysis Demo\nEnter your text and select a model to get the sentiment analysis.")
|
| 42 |
with gr.Row():
|
| 43 |
with gr.Column(scale=2):
|
| 44 |
text_input = gr.Textbox(label="Input Text", placeholder="Type here or select an example...")
|