Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
controllers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -176,7 +176,7 @@ PLACEHOLDER = """
|
|
176 |
</div>
|
177 |
"""
|
178 |
|
179 |
-
chatbot = gr.Chatbot(height=
|
180 |
|
181 |
|
182 |
|
|
|
176 |
</div>
|
177 |
"""
|
178 |
|
179 |
+
chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label="Gradio ChatInterface")
|
180 |
|
181 |
|
182 |
|