Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
|
|
| 32 |
|
| 33 |
with gr.Row():
|
| 34 |
with gr.Column():
|
| 35 |
-
query_input = gr.
|
| 36 |
label="User Content",
|
| 37 |
lines=20,
|
| 38 |
language='json'
|
|
|
|
| 32 |
|
| 33 |
with gr.Row():
|
| 34 |
with gr.Column():
|
| 35 |
+
query_input = gr.Code(
|
| 36 |
label="User Content",
|
| 37 |
lines=20,
|
| 38 |
language='json'
|