Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="GampaBot") as demo:
|
|
| 44 |
elem_id="example-dropdown",
|
| 45 |
interactive=True
|
| 46 |
)
|
| 47 |
-
eval_button = gr.Button("Solve
|
| 48 |
|
| 49 |
|
| 50 |
with gr.Column(scale=1):
|
|
|
|
| 44 |
elem_id="example-dropdown",
|
| 45 |
interactive=True
|
| 46 |
)
|
| 47 |
+
eval_button = gr.Button("Solve", variant="primary", elem_id="solve-btn")
|
| 48 |
|
| 49 |
|
| 50 |
with gr.Column(scale=1):
|