Spaces:
Running
Running
Commit
·
d3c7755
1
Parent(s):
3e57589
Update app.py
Browse files
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 |
-
|
92 |
-
|
93 |
-
|
|
|
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):
|