Spaces:
Running
Running
Commit
·
4aaf98d
1
Parent(s):
653e1d1
Update app.py
Browse files
app.py
CHANGED
@@ -371,7 +371,7 @@ with gr.Blocks() as demo:
|
|
371 |
with gr.Column():
|
372 |
input = gr.Textbox(
|
373 |
label="Enter a sentence",
|
374 |
-
value="Jaaah
|
375 |
lines=1)
|
376 |
send_btn = gr.Button("Send")
|
377 |
output = gr.Textbox()
|
@@ -382,6 +382,8 @@ with gr.Blocks() as demo:
|
|
382 |
This demo allows you to analyse the emotions in a dataset with Dutch sentences.
|
383 |
|
384 |
The data should be in tsv-format with two named columns: the first column (id) should contain the sentence IDs, and the second column (text) should contain the actual texts. Optionally, there is a third column named 'date', which specifies the date associated with the text (e.g., tweet date). This column is necessary when the options 'emotion distribution over time' and 'peaks' are selected.
|
|
|
|
|
385 |
""")
|
386 |
with gr.Row():
|
387 |
with gr.Column():
|
|
|
371 |
with gr.Column():
|
372 |
input = gr.Textbox(
|
373 |
label="Enter a sentence",
|
374 |
+
value="Jaaah! Volgende vakantie Barcelona en na het zomerseizoen naar de Algarve",
|
375 |
lines=1)
|
376 |
send_btn = gr.Button("Send")
|
377 |
output = gr.Textbox()
|
|
|
382 |
This demo allows you to analyse the emotions in a dataset with Dutch sentences.
|
383 |
|
384 |
The data should be in tsv-format with two named columns: the first column (id) should contain the sentence IDs, and the second column (text) should contain the actual texts. Optionally, there is a third column named 'date', which specifies the date associated with the text (e.g., tweet date). This column is necessary when the options 'emotion distribution over time' and 'peaks' are selected.
|
385 |
+
|
386 |
+
You can also try out the demo in showcase mode, which uses example data, namely a dataset with tweets about the COVID-19 pandemic.
|
387 |
""")
|
388 |
with gr.Row():
|
389 |
with gr.Column():
|