Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ with gr.Blocks() as demo:
|
|
34 |
with gr.Column():
|
35 |
query_input = gr.Textbox(
|
36 |
label="User Content",
|
37 |
-
lines=20
|
|
|
38 |
)
|
39 |
submit_button = gr.Button("Generate Response")
|
40 |
|
|
|
34 |
with gr.Column():
|
35 |
query_input = gr.Textbox(
|
36 |
label="User Content",
|
37 |
+
lines=20,
|
38 |
+
language='json'
|
39 |
)
|
40 |
submit_button = gr.Button("Generate Response")
|
41 |
|