Spaces:
Paused
Paused
chore: update chatbot height
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def generate(
|
|
133 |
yield "".join(outputs)
|
134 |
|
135 |
|
136 |
-
chatbot = gr.Chatbot(height=
|
137 |
|
138 |
chat_interface = gr.ChatInterface(
|
139 |
fn=generate,
|
|
|
133 |
yield "".join(outputs)
|
134 |
|
135 |
|
136 |
+
chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label="Ghost 8B Beta")
|
137 |
|
138 |
chat_interface = gr.ChatInterface(
|
139 |
fn=generate,
|