Omnibus commited on
Commit
a415e00
1 Parent(s): a2b5996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as app:
107
 
108
  with gr.Column():
109
  check_h=gr.Checkbox(label="Show Header", value=True)
110
- check_b=gr.CheckboxGroup(label="Chatblocks", choices=[1,2,3,4,5,6,7,8,9,10], value=[1])
111
  with gr.Row():
112
  height=gr.Number(label="Height", value=4096)
113
  width=gr.Number(label="Width",value=800)
 
107
 
108
  with gr.Column():
109
  check_h=gr.Checkbox(label="Show Header", value=True)
110
+ check_b=gr.CheckboxGroup(label="Chatblocks", choices=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20], value=[1])
111
  with gr.Row():
112
  height=gr.Number(label="Height", value=4096)
113
  width=gr.Number(label="Width",value=800)