Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,13 +156,12 @@ Join us : ๐TeamTonic๐ is always making cool demos! Join our active builder
|
|
| 156 |
outputs=[
|
| 157 |
gr.Code(label="๐ฎTonicsMathAssistant๐", interactive=False),
|
| 158 |
gr.Textbox(label="Final Answer")
|
| 159 |
-
]
|
| 160 |
inputs=[
|
| 161 |
gr.Textbox(label="๐คEnter your math problem", lines=7),
|
| 162 |
gr.Textbox(default=additional_info_prompt, label="๐ชOptional train-of-thought"),
|
| 163 |
gr.Slider(minimum=150, maximum=1200, default=250, label="๐ชMax Tokens")
|
| 164 |
],
|
| 165 |
-
|
| 166 |
examples=examples
|
| 167 |
)
|
| 168 |
|
|
|
|
| 156 |
outputs=[
|
| 157 |
gr.Code(label="๐ฎTonicsMathAssistant๐", interactive=False),
|
| 158 |
gr.Textbox(label="Final Answer")
|
| 159 |
+
],
|
| 160 |
inputs=[
|
| 161 |
gr.Textbox(label="๐คEnter your math problem", lines=7),
|
| 162 |
gr.Textbox(default=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 |
)
|
| 167 |
|