Spaces:
Running
on
Zero
Running
on
Zero
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
|