Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 148 |
-
bot_c=gr.
|
| 149 |
with gr.Row():
|
| 150 |
-
background_c=gr.
|
| 151 |
-
font_c=gr.
|
| 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")
|