Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ Join us : πTeamTonicπ is always making cool demos! Join our active builder
|
|
| 159 |
],
|
| 160 |
inputs=[
|
| 161 |
gr.Textbox(label="π€Enter your math problem", lines=7),
|
| 162 |
-
gr.Textbox(
|
| 163 |
gr.Slider(minimum=150, maximum=1200, default=250, label="πͺMax Tokens")
|
| 164 |
],
|
| 165 |
examples=examples
|
|
|
|
| 159 |
],
|
| 160 |
inputs=[
|
| 161 |
gr.Textbox(label="π€Enter your math problem", lines=7),
|
| 162 |
+
gr.Textbox(value=additional_info_prompt, label="πͺOptional train-of-thought"),
|
| 163 |
gr.Slider(minimum=150, maximum=1200, default=250, label="πͺMax Tokens")
|
| 164 |
],
|
| 165 |
examples=examples
|