ningrumdaud commited on
Commit
b8e5788
·
verified ·
1 Parent(s): 1590514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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...")