Update app.py
Browse files
app.py
CHANGED
|
@@ -295,19 +295,19 @@ with gr.Blocks(title="Local CPU split-reasoning chat") as demo:
|
|
| 295 |
lines=4,
|
| 296 |
)
|
| 297 |
|
| 298 |
-
with gr.Row():
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
|
| 312 |
with gr.Row():
|
| 313 |
send_btn = gr.Button("Send", variant="primary")
|
|
|
|
| 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")
|