Spaces:
Sleeping
Sleeping
theme update
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def chat(user_input, history):
|
|
73 |
|
74 |
|
75 |
# Gradio Interface using ChatInterface
|
76 |
-
with gr.Blocks(fill_height=True
|
77 |
gr.Markdown("## Simulator Setup")
|
78 |
|
79 |
# Input fields for initialization
|
|
|
73 |
|
74 |
|
75 |
# Gradio Interface using ChatInterface
|
76 |
+
with gr.Blocks(fill_height=True) as demo:
|
77 |
gr.Markdown("## Simulator Setup")
|
78 |
|
79 |
# Input fields for initialization
|