Spaces:
Runtime error
Runtime error
Adjust from svg to png
Browse files
app.py
CHANGED
|
@@ -767,7 +767,11 @@ with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
|
|
| 767 |
gr.HTML("Problem example", elem_classes="probelm-example-title-content")
|
| 768 |
|
| 769 |
with gr.Blocks(elem_classes="action-container"):
|
| 770 |
-
gr.Button(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 771 |
copy_btn = gr.Button("Copy", elem_classes="probelm-example-copy")
|
| 772 |
|
| 773 |
with gr.Row(elem_classes="copy-icon-container"):
|
|
|
|
| 767 |
gr.HTML("Problem example", elem_classes="probelm-example-title-content")
|
| 768 |
|
| 769 |
with gr.Blocks(elem_classes="action-container"):
|
| 770 |
+
gr.Button(
|
| 771 |
+
"",
|
| 772 |
+
elem_classes="probelm-example-another",
|
| 773 |
+
icon="https://huggingface.co/spaces/ranWang/test-math-olympiad-solver/blob/main/static/images/reset.png",
|
| 774 |
+
)
|
| 775 |
copy_btn = gr.Button("Copy", elem_classes="probelm-example-copy")
|
| 776 |
|
| 777 |
with gr.Row(elem_classes="copy-icon-container"):
|