run buttom add css class
Browse files
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():
|