Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def generate(
|
|
78 |
|
79 |
chat_interface = gr.ChatInterface(
|
80 |
fn=generate,
|
81 |
-
|
82 |
additional_inputs=[
|
83 |
gr.Textbox(label="System prompt", lines=4),
|
84 |
gr.Slider(
|
|
|
78 |
|
79 |
chat_interface = gr.ChatInterface(
|
80 |
fn=generate,
|
81 |
+
chatbot=gr.Chatbot(height="480px"),
|
82 |
additional_inputs=[
|
83 |
gr.Textbox(label="System prompt", lines=4),
|
84 |
gr.Slider(
|