Spaces:
Running
on
Zero
Running
on
Zero
Remove variant blocks
Browse files
main.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks(
|
|
| 135 |
elem_classes="m3d-auto-scroll",
|
| 136 |
render=False,
|
| 137 |
)
|
| 138 |
-
with gr.Row(equal_height=True
|
| 139 |
with gr.Column(scale=3, variant="compact"):
|
| 140 |
gr.ChatInterface(
|
| 141 |
chat,
|
|
@@ -153,7 +153,7 @@ with gr.Blocks(
|
|
| 153 |
additional_outputs=[reasoning],
|
| 154 |
)
|
| 155 |
|
| 156 |
-
with gr.Column(
|
| 157 |
reasoning.render()
|
| 158 |
|
| 159 |
|
|
|
|
| 135 |
elem_classes="m3d-auto-scroll",
|
| 136 |
render=False,
|
| 137 |
)
|
| 138 |
+
with gr.Row(equal_height=True):
|
| 139 |
with gr.Column(scale=3, variant="compact"):
|
| 140 |
gr.ChatInterface(
|
| 141 |
chat,
|
|
|
|
| 153 |
additional_outputs=[reasoning],
|
| 154 |
)
|
| 155 |
|
| 156 |
+
with gr.Column(elem_id="reasoning"):
|
| 157 |
reasoning.render()
|
| 158 |
|
| 159 |
|