nehulagrawal commited on
Commit
6f5ca27
1 Parent(s): 51023af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks(title="Leaf Disease Detection", theme=gr.themes.Monochrome()) as
20
  with gr.Column():
21
  with gr.Row():
22
  with gr.Column():
23
- box_color = gr.ColorPicker(label="Box Color", value="#FF8C00')
24
  with gr.Column():
25
  text_color = gr.ColorPicker(label="Prediction Color", value="#000000")
26
 
 
20
  with gr.Column():
21
  with gr.Row():
22
  with gr.Column():
23
+ box_color = gr.ColorPicker(label="Box Color", value="#FF8C00")
24
  with gr.Column():
25
  text_color = gr.ColorPicker(label="Prediction Color", value="#000000")
26