nerozhao commited on
Commit
3b42fb9
1 Parent(s): af8bff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(
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'