yuhuixu commited on
Commit
f2b289e
·
verified ·
1 Parent(s): 873b4f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -37,11 +37,8 @@ which teaches the model to reason adaptively when the thinking process is cut
37
  short and generalizes effectively to unseen budget constraints without additional
38
  training.
39
  """)
40
- gr.HTML("""
41
- <p align="center">
42
- <img src="figs/framework.png" width="80%" />
43
- </p>
44
- """)
45
  gr.Markdown(
46
  """
47
  **Main Takeaways**
 
37
  short and generalizes effectively to unseen budget constraints without additional
38
  training.
39
  """)
40
+ gr.Image("figs/framework.png", label="Framework", show_label=False)
41
+
 
 
 
42
  gr.Markdown(
43
  """
44
  **Main Takeaways**