Omnibus commited on
Commit
a35e670
1 Parent(s): 33af16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():