Update app.py
Browse files
app.py
CHANGED
|
@@ -133,6 +133,7 @@ app1 = gr.Interface(
|
|
| 133 |
gr.Number(label="Histoire"),
|
| 134 |
gr.Number(label="Anglais"),
|
| 135 |
gr.Number(label="Espagnol"),
|
|
|
|
| 136 |
],
|
| 137 |
outputs=gr.Textbox(label="Moyenne"),
|
| 138 |
description=description_c,
|
|
|
|
| 133 |
gr.Number(label="Histoire"),
|
| 134 |
gr.Number(label="Anglais"),
|
| 135 |
gr.Number(label="Espagnol"),
|
| 136 |
+
gr.Number(label="Eps")
|
| 137 |
],
|
| 138 |
outputs=gr.Textbox(label="Moyenne"),
|
| 139 |
description=description_c,
|