nerozhao commited on
Commit
af8bff7
·
verified ·
1 Parent(s): 29b3160

Update app.py

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