Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,8 @@ with block:
|
|
44 |
)
|
45 |
|
46 |
with gr.Row():
|
47 |
-
submit = gr.Button(
|
48 |
-
|
49 |
-
|
50 |
gr.Examples(
|
51 |
examples=[
|
52 |
"I feel lonely",
|
|
|
44 |
)
|
45 |
|
46 |
with gr.Row():
|
47 |
+
submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
|
48 |
+
|
|
|
49 |
gr.Examples(
|
50 |
examples=[
|
51 |
"I feel lonely",
|