Daemontatox commited on
Commit
7d1d1b3
·
verified ·
1 Parent(s): d72ac8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -78,14 +78,7 @@ example_messages = {
78
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
79
  gr.Markdown(
80
  """
81
- # Phi-4-reasoning-plus Chatbot
82
- Welcome to the Phi-4-reasoning-plus Chatbot! This model excels at multi-step reasoning tasks in mathematics, logic, and science.
83
-
84
- The model will provide responses with two sections:
85
- 1. **<think>**: A detailed step-by-step reasoning process showing its work
86
- 2. **Solution**: A concise, accurate final answer based on the reasoning
87
-
88
- Try the example problems below to see how the model breaks down complex reasoning problems.
89
  """
90
  )
91
 
 
78
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
79
  gr.Markdown(
80
  """
81
+ # try the example problems below to see how the model breaks down complex reasoning problems.
 
 
 
 
 
 
 
82
  """
83
  )
84