This PR adds color code for button

#2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ with gr.Blocks(css=css) as demo:
337
  container=False,
338
  )
339
 
340
- run_button = gr.Button("Run", scale=0)
341
 
342
  result = gr.Image(label="Result", show_label=False)
343
 
 
337
  container=False,
338
  )
339
 
340
+ run_button = gr.Button("Run", scale=0, variant="primary")
341
 
342
  result = gr.Image(label="Result", show_label=False)
343