Omnibus commited on
Commit
a41a63c
1 Parent(s): 8c8eb60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -144,13 +144,11 @@ with gr.Blocks(css=css) as app:
144
  im_height=gr.Number(label="Height",value=1000)
145
  im_width=gr.Number(label="Width",value=500)
146
  with gr.Row():
147
- user_c=gr.Color_Picker(value="#367bb9")
148
- bot_c=gr.Color_Picker(value="#1c3c9b")
149
  with gr.Row():
150
- background_c=gr.Color_Picker(value="#253251")
151
- font_c=gr.Color_Picker(value="#ffffff")
152
- wait_time=gr.Number(label="Wait Time",value=3000)
153
- theme=gr.Radio(label="Theme", choices=["light","dark"],value="light")
154
  chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,40)],multiselect=True)
155
 
156
  im_btn=gr.Button("Screenshot")
 
144
  im_height=gr.Number(label="Height",value=1000)
145
  im_width=gr.Number(label="Width",value=500)
146
  with gr.Row():
147
+ user_c=gr.ColorPicker(value="#367bb9")
148
+ bot_c=gr.ColorPicker(value="#1c3c9b")
149
  with gr.Row():
150
+ background_c=gr.ColorPicker(value="#253251")
151
+ font_c=gr.ColorPicker(value="#ffffff")
 
 
152
  chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,40)],multiselect=True)
153
 
154
  im_btn=gr.Button("Screenshot")