Spaces:
Runtime error
Runtime error
Adjust from svg to png
Browse files
app.css
CHANGED
@@ -39,14 +39,14 @@
|
|
39 |
.probelm-example-another {
|
40 |
position: absolute;
|
41 |
top: 0;
|
42 |
-
right:
|
43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
45 |
border-radius: 0 0px 0 10px;
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: center;
|
49 |
-
height:
|
50 |
width: 36px;
|
51 |
cursor: pointer;
|
52 |
font-size: 12px;
|
|
|
39 |
.probelm-example-another {
|
40 |
position: absolute;
|
41 |
top: 0;
|
42 |
+
right: 50px;
|
43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
45 |
border-radius: 0 0px 0 10px;
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: center;
|
49 |
+
height: 26.89px;
|
50 |
width: 36px;
|
51 |
cursor: pointer;
|
52 |
font-size: 12px;
|
app.py
CHANGED
@@ -770,7 +770,7 @@ with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
|
|
770 |
gr.Button(
|
771 |
"",
|
772 |
elem_classes="probelm-example-another",
|
773 |
-
icon="https://huggingface.co/spaces/ranWang/test-math-olympiad-solver/
|
774 |
)
|
775 |
copy_btn = gr.Button("Copy", elem_classes="probelm-example-copy")
|
776 |
|
|
|
770 |
gr.Button(
|
771 |
"",
|
772 |
elem_classes="probelm-example-another",
|
773 |
+
icon="https://huggingface.co/spaces/ranWang/test-math-olympiad-solver/resolve/main/static/images/reset.png?download=true",
|
774 |
)
|
775 |
copy_btn = gr.Button("Copy", elem_classes="probelm-example-copy")
|
776 |
|