Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def chat(message, history, system, temperature, do_sample, max_tokens):
|
|
82 |
yield partial_text
|
83 |
|
84 |
|
85 |
-
chatbot = gr.Chatbot(height=
|
86 |
|
87 |
demo = gr.ChatInterface(
|
88 |
fn=chat,
|
|
|
82 |
yield partial_text
|
83 |
|
84 |
|
85 |
+
chatbot = gr.Chatbot(height=700, placeholder=PLACEHOLDER, label='Conversazione', show_copy_button=True)
|
86 |
|
87 |
demo = gr.ChatInterface(
|
88 |
fn=chat,
|