Spaces:
Runtime error
Runtime error
Fix the bug in the problem example display
Browse files
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")
|
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", 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)
|