Spaces:
Running
on
Zero
Running
on
Zero
frankaging
commited on
Commit
·
0c211dc
1
Parent(s):
ea4a182
o1 impl
Browse files
app.py
CHANGED
@@ -191,7 +191,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
191 |
additional_inputs=[], # we'll put the max tokens slider below
|
192 |
title="",
|
193 |
type="messages",
|
194 |
-
height=550 # a bit taller to show more conversation
|
195 |
)
|
196 |
# Right side: concept management
|
197 |
with gr.Column(scale=3):
|
|
|
191 |
additional_inputs=[], # we'll put the max tokens slider below
|
192 |
title="",
|
193 |
type="messages",
|
|
|
194 |
)
|
195 |
# Right side: concept management
|
196 |
with gr.Column(scale=3):
|