eliot-hub commited on
Commit
7430b5c
1 Parent(s): 15ec7ce
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ iface = gr.ChatInterface(
158
  # ],
159
  retry_btn=None,
160
  undo_btn=None,
161
- submit_btn=gr.Button(value="Envoyer", icon="./send_icon.png"),
162
  clear_btn="Effacer la conversation",
163
  )
164
 
 
158
  # ],
159
  retry_btn=None,
160
  undo_btn=None,
161
+ submit_btn=gr.Button(value="Envoyer", icon="./send_icon.png", variant="primary"),
162
  clear_btn="Effacer la conversation",
163
  )
164