Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def chat_llama3_8b(message: str,
|
|
| 86 |
|
| 87 |
|
| 88 |
# Gradio block
|
| 89 |
-
chatbot=gr.Chatbot(height=
|
| 90 |
|
| 91 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 92 |
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
# Gradio block
|
| 89 |
+
chatbot=gr.Chatbot(height=700, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
| 90 |
|
| 91 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 92 |
|