Spaces:
Runtime error
Runtime error
santarabantoosoo
commited on
Commit
•
5b65304
1
Parent(s):
09916b0
modified examples
Browse files
app.py
CHANGED
@@ -406,7 +406,7 @@ with gr.Blocks() as demo:
|
|
406 |
|
407 |
freq_button.click(display_freq_plot, inputs=inputs, outputs=plot_output)
|
408 |
gr.Examples(
|
409 |
-
examples= [['TFIDF', 'Stanchezza', "l'età", '#LongCovidKids'], ['Whole_text', 'nebbia
|
410 |
inputs= inputs)
|
411 |
|
412 |
with gr.TabItem("Sentiment analysis"):
|
|
|
406 |
|
407 |
freq_button.click(display_freq_plot, inputs=inputs, outputs=plot_output)
|
408 |
gr.Examples(
|
409 |
+
examples= [['TFIDF', 'Stanchezza', "l'età", '#LongCovidKids'], ['Whole_text', 'nebbia mentale', 'mal di testa', 'Ansia']],
|
410 |
inputs= inputs)
|
411 |
|
412 |
with gr.TabItem("Sentiment analysis"):
|