Update app.py
Browse files
app.py
CHANGED
@@ -215,8 +215,7 @@ demo = gr.ChatInterface(
|
|
215 |
show_copy_button=True,
|
216 |
likeable=True,
|
217 |
layout="bubble",
|
218 |
-
height=400
|
219 |
-
value=initial_conversation()
|
220 |
)
|
221 |
)
|
222 |
|
|
|
215 |
show_copy_button=True,
|
216 |
likeable=True,
|
217 |
layout="bubble",
|
218 |
+
height=400
|
|
|
219 |
)
|
220 |
)
|
221 |
|