FractalAIR commited on
Commit
7faefe7
·
verified ·
1 Parent(s): 066a2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 inspired us to create this demo.
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