ranWang commited on
Commit
0f2b0ea
1 Parent(s): 3565fb9

Adjust from svg to png

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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("", elem_classes="probelm-example-another", icon="./static/images/reset.png")
 
 
 
 
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"):