kuro223 commited on
Commit
98cffb0
·
1 Parent(s): eb6384d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ app3 = gr.Interface(
231
  fn=gpt_francais,
232
  title="Mariam-French",
233
  description=description_french,
234
- inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"])],
235
  outputs=gr.Textbox(),
236
  )
237
 
 
231
  fn=gpt_francais,
232
  title="Mariam-French",
233
  description=description_french,
234
+ inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute","discuter"])],
235
  outputs=gr.Textbox(),
236
  )
237