Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as app:
|
|
82 |
with gr.Column():
|
83 |
style = gr.Textbox(label="CSS",lines=8,max_lines=50,value=sty)
|
84 |
with gr.Row():
|
85 |
-
font_col=gr.ColorPicker("Font Color",value="#000000")
|
86 |
back_col=gr.ColorPicker(label="Background Color",value="#ffffff")
|
87 |
btn= gr.Button()
|
88 |
with gr.Row():
|
|
|
82 |
with gr.Column():
|
83 |
style = gr.Textbox(label="CSS",lines=8,max_lines=50,value=sty)
|
84 |
with gr.Row():
|
85 |
+
font_col=gr.ColorPicker(label="Font Color",value="#000000")
|
86 |
back_col=gr.ColorPicker(label="Background Color",value="#ffffff")
|
87 |
btn= gr.Button()
|
88 |
with gr.Row():
|