Spaces:
Running
Running
Commit
·
84d8036
1
Parent(s):
443c823
Update app.py
Browse files
app.py
CHANGED
@@ -378,7 +378,9 @@ with gr.Blocks() as demo:
|
|
378 |
with gr.Tab("Dataset"):
|
379 |
gr.Markdown("""
|
380 |
# Demo EmotioNL
|
381 |
-
This demo allows you to analyse the emotions in a dataset with Dutch sentences
|
|
|
|
|
382 |
""")
|
383 |
with gr.Row():
|
384 |
with gr.Column():
|
|
|
378 |
with gr.Tab("Dataset"):
|
379 |
gr.Markdown("""
|
380 |
# Demo EmotioNL
|
381 |
+
This demo allows you to analyse the emotions in a dataset with Dutch sentences.
|
382 |
+
|
383 |
+
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.
|
384 |
""")
|
385 |
with gr.Row():
|
386 |
with gr.Column():
|