Docfile commited on
Commit
ac2dd91
1 Parent(s): e6fe8a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,