ranWang commited on
Commit
c8e8981
1 Parent(s): 296c0e6

update subtitle

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -755,6 +755,7 @@ def clear():
755
  problem_example_text = get_random_problem()
756
  return "", 0.1, "", problem_example_text, problem_example_text
757
 
 
758
  with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
759
  running_done = False
760
  btn_list = []
@@ -766,7 +767,10 @@ with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
766
  gr.HTML("Math Olympiad Solver", elem_classes="title-content")
767
 
768
  with gr.Row(elem_classes="sub-title"):
769
- gr.HTML("Here may need to add some description string", elem_classes="sub-title-content")
 
 
 
770
 
771
  with gr.Row(elem_classes="main-area"):
772
  with gr.Column(scale=1, elem_classes="left"):
 
755
  problem_example_text = get_random_problem()
756
  return "", 0.1, "", problem_example_text, problem_example_text
757
 
758
+
759
  with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
760
  running_done = False
761
  btn_list = []
 
767
  gr.HTML("Math Olympiad Solver", elem_classes="title-content")
768
 
769
  with gr.Row(elem_classes="sub-title"):
770
+ gr.HTML(
771
+ "<div>Demo of the <a href='https://huggingface.co/AI-MO/NuminaMath-7B-TIR'>Numina-Math-7B-TIR</a>. Example data are drawn randomly from AMC12, year 2022-2023.</div>",
772
+ elem_classes="sub-title-content",
773
+ )
774
 
775
  with gr.Row(elem_classes="main-area"):
776
  with gr.Column(scale=1, elem_classes="left"):