Tonic commited on
Commit
51cdf30
1 Parent(s): 9c2bb55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, default=250, label="🪙Max Tokens")
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
  )