ranWang commited on
Commit
3423f69
1 Parent(s): b806539

fix problem title display bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -767,7 +767,7 @@ with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
767
  with gr.Column(scale=1, elem_classes="left"):
768
  with gr.Row(elem_classes="probelm-example-container"):
769
  with gr.Blocks(elem_classes="probelm-example-title"):
770
- gr.HTML(problem_example_text_display, elem_classes="probelm-example-title-content")
771
 
772
  with gr.Blocks(elem_classes="action-container"):
773
  gr.Button("", elem_classes="probelm-example-another", icon=reset_svg)
 
767
  with gr.Column(scale=1, elem_classes="left"):
768
  with gr.Row(elem_classes="probelm-example-container"):
769
  with gr.Blocks(elem_classes="probelm-example-title"):
770
+ gr.HTML("Problem example")
771
 
772
  with gr.Blocks(elem_classes="action-container"):
773
  gr.Button("", elem_classes="probelm-example-another", icon=reset_svg)