Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -383,7 +383,6 @@ def create_chatbot_demo():
|
|
383 |
label="Diffusion Process Visualization",
|
384 |
combine_adjacent=False,
|
385 |
show_legend=True, # Keep legend hidden via CSS if desired
|
386 |
-
height=560 # Adjust height to match chatbot area
|
387 |
)
|
388 |
# Legend (colors defined in generate_response_with_visualization)
|
389 |
gr.Markdown(
|
|
|
383 |
label="Diffusion Process Visualization",
|
384 |
combine_adjacent=False,
|
385 |
show_legend=True, # Keep legend hidden via CSS if desired
|
|
|
386 |
)
|
387 |
# Legend (colors defined in generate_response_with_visualization)
|
388 |
gr.Markdown(
|