lunadebruyne commited on
Commit
443c823
·
1 Parent(s): 4f42f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -365,7 +365,7 @@ with gr.Blocks() as demo:
365
  with gr.Tab("Sentence"):
366
  gr.Markdown("""
367
  # Demo EmotioNL
368
- This demo allows you to analyse the emotion in a sentence.
369
  """)
370
  with gr.Row():
371
  with gr.Column():
@@ -378,7 +378,7 @@ 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. 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.
382
  """)
383
  with gr.Row():
384
  with gr.Column():
 
365
  with gr.Tab("Sentence"):
366
  gr.Markdown("""
367
  # Demo EmotioNL
368
+ This demo allows you to analyse the emotion in a Dutch sentence.
369
  """)
370
  with gr.Row():
371
  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.\n\nThe 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.
382
  """)
383
  with gr.Row():
384
  with gr.Column():