Omnibus commited on
Commit
03834da
·
verified ·
1 Parent(s): e9b5bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as app:
85
  im_width=gr.Number(label="Width",value=500)
86
  wait_time=gr.Number(label="Wait Time",value=3000)
87
  theme=gr.Radio(label="Theme", choices=["light","dark"],value="light")
88
- chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,20)],value=1)
89
 
90
  im_btn=gr.Button("Screenshot")
91
  img=gr.Image(type='filepath')
 
85
  im_width=gr.Number(label="Width",value=500)
86
  wait_time=gr.Number(label="Wait Time",value=3000)
87
  theme=gr.Radio(label="Theme", choices=["light","dark"],value="light")
88
+ chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,40)],multiselect=True,value=1)
89
 
90
  im_btn=gr.Button("Screenshot")
91
  img=gr.Image(type='filepath')