Commit
·
654c06f
1
Parent(s):
ae21274
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,8 @@ iface = gr.Interface(
|
|
145 |
examples=examples,
|
146 |
inputs=[
|
147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
|
|
|
|
148 |
] + additional_inputs,
|
149 |
outputs=[
|
150 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
|
|
145 |
examples=examples,
|
146 |
inputs=[
|
147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
148 |
+
gr.Button('Clear click here'),
|
149 |
+
gr.Button('Clear click here')
|
150 |
] + additional_inputs,
|
151 |
outputs=[
|
152 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|