prateekbh commited on
Commit
4f23761
·
verified ·
1 Parent(s): 029ae8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=css) as demo:
87
  with gr.Column(elem_id="col-container"):
88
  gr.HTML(title)
89
  gr.Image(type="pil")
90
- gr.Button(value="Upload")
91
 
92
 
93
  demo.launch()
 
87
  with gr.Column(elem_id="col-container"):
88
  gr.HTML(title)
89
  gr.Image(type="pil")
90
+ gr.Button(value="Upload", variant="primary")
91
 
92
 
93
  demo.launch()