justinkay commited on
Commit
4935755
·
1 Parent(s): b0a3d69

Swap colors of buttons in intro popup

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -828,8 +828,8 @@ with gr.Blocks(title="CODA: Wildlife Photo Classification Challenge",
828
 
829
  with gr.Row():
830
  back_button = gr.Button("← Back to Intro", variant="secondary", size="lg", visible=False)
831
- guide_button = gr.Button("View Species Classification Guide", variant="secondary", size="lg")
832
- popup_start_button = gr.Button("Start Demo", variant="primary", size="lg")
833
 
834
  # Help popups for panels
835
  with gr.Group(visible=False, elem_classes="help-popup-overlay") as prob_help_popup:
 
828
 
829
  with gr.Row():
830
  back_button = gr.Button("← Back to Intro", variant="secondary", size="lg", visible=False)
831
+ guide_button = gr.Button("View Species Classification Guide", variant="primary", size="lg")
832
+ popup_start_button = gr.Button("Start Demo", variant="secondary", size="lg")
833
 
834
  # Help popups for panels
835
  with gr.Group(visible=False, elem_classes="help-popup-overlay") as prob_help_popup: