Spaces:
Running on Zero
Running on Zero
markrodrigo commited on
Commit ·
6b7d4ca
1
Parent(s): 3b6f470
startup
Browse files
app.py
CHANGED
|
@@ -63,7 +63,6 @@ with gr.Blocks(title="Text to PostGIS Postgresql via Llama 3.2") as demo:
|
|
| 63 |
chatbot = gr.Chatbot(
|
| 64 |
label="Chat",
|
| 65 |
height=400,
|
| 66 |
-
width=200,
|
| 67 |
# type="messages",
|
| 68 |
# show_copy_button=True,
|
| 69 |
)
|
|
|
|
| 63 |
chatbot = gr.Chatbot(
|
| 64 |
label="Chat",
|
| 65 |
height=400,
|
|
|
|
| 66 |
# type="messages",
|
| 67 |
# show_copy_button=True,
|
| 68 |
)
|