hoshingakag commited on
Commit
d3c7755
·
1 Parent(s): 3e57589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -88,9 +88,10 @@ with gr.Blocks() as app:
88
  with gr.Row():
89
  clear = gr.Button("Clear", scale=1)
90
  send = gr.Button(
91
- value="Send",
92
- # icon="./send-message.png",
93
- scale=1
 
94
  )
95
 
96
  def user(user_message, history):
 
88
  with gr.Row():
89
  clear = gr.Button("Clear", scale=1)
90
  send = gr.Button(
91
+ value="Send",
92
+ variant="primary",
93
+ icon="./send-message.png",
94
+ scale=1
95
  )
96
 
97
  def user(user_message, history):