Update app.py
Browse files
app.py
CHANGED
|
@@ -295,20 +295,6 @@ with gr.Blocks(title="Local CPU split-reasoning chat") as demo:
|
|
| 295 |
lines=4,
|
| 296 |
)
|
| 297 |
|
| 298 |
-
with gr.Row():
|
| 299 |
-
sample_reasoning = gr.Textbox(
|
| 300 |
-
label="Sample reasoning",
|
| 301 |
-
value=PRESETS["Math"]["sample_reasoning"],
|
| 302 |
-
lines=5,
|
| 303 |
-
interactive=False,
|
| 304 |
-
)
|
| 305 |
-
sample_answer = gr.Textbox(
|
| 306 |
-
label="Sample answer",
|
| 307 |
-
value=PRESETS["Math"]["sample_answer"],
|
| 308 |
-
lines=5,
|
| 309 |
-
interactive=False,
|
| 310 |
-
)
|
| 311 |
-
|
| 312 |
with gr.Row():
|
| 313 |
send_btn = gr.Button("Send", variant="primary")
|
| 314 |
clear_btn = gr.Button("Clear")
|
|
|
|
| 295 |
lines=4,
|
| 296 |
)
|
| 297 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
with gr.Row():
|
| 299 |
send_btn = gr.Button("Send", variant="primary")
|
| 300 |
clear_btn = gr.Button("Clear")
|