minwoosun commited on
Commit
01fc087
·
verified ·
1 Parent(s): 79c1bc6

run buttom add css class

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ if __name__ == "__main__":
253
  with gr.Row():
254
  species_input = gr.Dropdown(choices=["human", "mouse"], label="Select species")
255
  default_dataset_input = gr.Dropdown(choices=["None", "PBMC 100 cells", "PBMC 1000 cells"], label="Select default dataset")
256
- run_button = gr.Button("Run")
257
 
258
  # Arrange UMAP plot and file output side by side
259
  with gr.Row():
 
253
  with gr.Row():
254
  species_input = gr.Dropdown(choices=["human", "mouse"], label="Select species")
255
  default_dataset_input = gr.Dropdown(choices=["None", "PBMC 100 cells", "PBMC 1000 cells"], label="Select default dataset")
256
+ run_button = gr.Button("Run", elem_classes="run-button")
257
 
258
  # Arrange UMAP plot and file output side by side
259
  with gr.Row():