Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,7 @@ interface = gr.Interface(
|
|
37 |
fn=generate_data,
|
38 |
inputs=[gr.Textbox(), gr.Textbox(), gr.Textbox()] ,
|
39 |
outputs=gr.Textbox(),
|
40 |
-
title="Génération de données"
|
41 |
-
theme="light"
|
42 |
)
|
43 |
|
44 |
# Lancer l'interface utilisateur
|
|
|
37 |
fn=generate_data,
|
38 |
inputs=[gr.Textbox(), gr.Textbox(), gr.Textbox()] ,
|
39 |
outputs=gr.Textbox(),
|
40 |
+
title="Génération de données"
|
|
|
41 |
)
|
42 |
|
43 |
# Lancer l'interface utilisateur
|