Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ with block:
|
|
| 75 |
placeholder="What's the answer to life, the universe, and everything?",
|
| 76 |
lines=1,
|
| 77 |
)
|
| 78 |
-
submit = gr.Button(value="Send", variant="secondary").
|
| 79 |
|
| 80 |
gr.Examples(
|
| 81 |
examples=[
|
|
|
|
| 75 |
placeholder="What's the answer to life, the universe, and everything?",
|
| 76 |
lines=1,
|
| 77 |
)
|
| 78 |
+
submit = gr.Button(value="Send", variant="secondary").scale(full_width=True)
|
| 79 |
|
| 80 |
gr.Examples(
|
| 81 |
examples=[
|