Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,14 +78,7 @@ example_messages = {
|
|
78 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
79 |
gr.Markdown(
|
80 |
"""
|
81 |
-
#
|
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 |
|