Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
126 |
Our model excels at reasoning tasks in mathematics and science.
|
127 |
|
128 |
Try the example problems below from JEE Main 2025 or type in your own problems to see how our model breaks down complex reasoning problems.
|
|
|
|
|
129 |
"""
|
130 |
)
|
131 |
|
@@ -138,7 +140,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
138 |
# New acknowledgment line at bottom
|
139 |
gr.Markdown("""
|
140 |
|
141 |
-
We sincerely acknowledge [VIDraft](https://huggingface.co/VIDraft) for their Phi 4 Reasoning Plus [space](https://huggingface.co/spaces/VIDraft/phi-4-reasoning-plus), which
|
142 |
"""
|
143 |
)
|
144 |
|
|
|
126 |
Our model excels at reasoning tasks in mathematics and science.
|
127 |
|
128 |
Try the example problems below from JEE Main 2025 or type in your own problems to see how our model breaks down complex reasoning problems.
|
129 |
+
|
130 |
+
Please note that once you close this demo window, all currently saved conversations will be lost.
|
131 |
"""
|
132 |
)
|
133 |
|
|
|
140 |
# New acknowledgment line at bottom
|
141 |
gr.Markdown("""
|
142 |
|
143 |
+
We sincerely acknowledge [VIDraft](https://huggingface.co/VIDraft) for their Phi 4 Reasoning Plus [space](https://huggingface.co/spaces/VIDraft/phi-4-reasoning-plus), which served as the starting point for this demo.
|
144 |
"""
|
145 |
)
|
146 |
|