Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ Join us : πTeamTonicπ is always making cool demos! Join our active builder
|
|
| 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,
|
| 164 |
],
|
| 165 |
examples=examples
|
| 166 |
)
|
|
|
|
| 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, value=650, label="πͺMax Tokens")
|
| 164 |
],
|
| 165 |
examples=examples
|
| 166 |
)
|