Commit
·
e57aace
1
Parent(s):
654c06f
Update app.py
Browse files
app.py
CHANGED
@@ -145,11 +145,11 @@ iface = gr.Interface(
|
|
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)],
|
|
|
|
|
153 |
theme="carlosrosash/bellay_test"
|
154 |
)
|
155 |
|
|
|
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)],
|
151 |
+
gr.Submit('Clear click here'),
|
152 |
+
gr.Clear('Clear click here'),
|
153 |
theme="carlosrosash/bellay_test"
|
154 |
)
|
155 |
|