MrBah commited on
Commit
774df88
·
verified ·
1 Parent(s): 745a043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ interface1 = gr.Interface(
38
  inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
39
  outputs=gr.Label(num_top_classes=3),
40
  title="Analyse de Sentiment avec lstm",
41
- description="Entrez un tweet en français pour obtenir son sentiment (positif, négatif)."
42
  )
43
 
44
  interface2 = gr.Interface(
 
38
  inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
39
  outputs=gr.Label(num_top_classes=3),
40
  title="Analyse de Sentiment avec lstm",
41
+ description="Entrez un tweet en français pour obtenir son sentiment (positif, négatif)."
42
  )
43
 
44
  interface2 = gr.Interface(