ranWang commited on
Commit
5700f97
1 Parent(s): 0f2b0ea

Adjust from svg to png

Browse files
Files changed (2) hide show
  1. app.css +2 -2
  2. app.py +1 -1
app.css CHANGED
@@ -39,14 +39,14 @@
39
  .probelm-example-another {
40
  position: absolute;
41
  top: 0;
42
- right: 51.4px;
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: 28.49px;
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/blob/main/static/images/reset.png",
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