Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -356,8 +356,6 @@ def create_chatbot_demo():
|
|
356 |
label="Denoising Process Visualization",
|
357 |
combine_adjacent=False,
|
358 |
show_legend=False, # Legend not very informative here
|
359 |
-
height=560, # Match chatbot height + input box approx
|
360 |
-
elem_classes=["token-text"] # Apply custom class for styling if needed
|
361 |
)
|
362 |
|
363 |
# Advanced generation settings
|
|
|
356 |
label="Denoising Process Visualization",
|
357 |
combine_adjacent=False,
|
358 |
show_legend=False, # Legend not very informative here
|
|
|
|
|
359 |
)
|
360 |
|
361 |
# Advanced generation settings
|