yuchenlin commited on
Commit
539bfe4
β€’
1 Parent(s): 8117d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -98,8 +98,9 @@ def solve_problem(problem, max_iterations, reward_threshold, swift_model_id, sag
98
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
99
  # gr.Markdown("## SwiftSage: A Multi-Agent Framework for Reasoning")
100
  # use the html and center the title
101
- gr.HTML("<h1 style='text-align: center;'>SwiftSage: A General Reasoning Framework with Fast and Slow Thinking </h1> ")
102
- gr.HTML("<span>SwiftSage is a multi-agent reasoning framework that combines the strengths of different models for solving complex problems. It uses a Swift model for fast thinking, a Sage model for slow thinking, and a Feedback model for providing feedback and reward. More info is on our Github: <a style='color: gray' href='https://github.com/SwiftSage/SwiftSage'> https://github.com/SwiftSage/SwiftSage </a>. Contact: <a href='https://yuchenlin.xyz/'>Bill Yuchen Lin</a> </span>")
 
103
 
104
  with gr.Row():
105
  swift_model_id = gr.Textbox(label="πŸ˜„ Swift Model ID", value=SWIFT_MODEL_ID)
 
98
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
99
  # gr.Markdown("## SwiftSage: A Multi-Agent Framework for Reasoning")
100
  # use the html and center the title
101
+ gr.HTML("<h1 style='text-align: center;'>πŸ€– SwiftSage: An Agent System for Reasoning with LLMs via In-context Reinforcement Learning</h1> ")
102
+ gr.HTML("<span>SwiftSage is a multi-agent reasoning framework that combines the strengths of different models for solving complex problems. It uses a Swift model for fast thinking, a Sage model for slow thinking, and a Feedback model for providing feedback and reward. <br> More info is on our Github: <a style='color: red' href='https://github.com/SwiftSage/SwiftSage'> https://github.com/SwiftSage/SwiftSage </a>. Contact: <a href='https://yuchenlin.xyz/'>Bill Yuchen Lin</a> </span>")
103
+ # gr.HTML('<img src="https://github.com/SwiftSage/SwiftSage/raw/main/s2_banner.png" alt="SwiftSage Banner" style="border: 2px solid black; width: 70%; display: block; margin: 0 auto;" />')
104
 
105
  with gr.Row():
106
  swift_model_id = gr.Textbox(label="πŸ˜„ Swift Model ID", value=SWIFT_MODEL_ID)