Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
ced4259
1
Parent(s):
ef2eb9e
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
|
|
81 |
|
82 |
|
83 |
|
84 |
-
chatbot = gr.Chatbot(height=
|
85 |
|
86 |
with gr.Blocks(css=CSS) as demo:
|
87 |
gr.HTML(TITLE)
|
|
|
81 |
|
82 |
|
83 |
|
84 |
+
chatbot = gr.Chatbot(height=1000)
|
85 |
|
86 |
with gr.Blocks(css=CSS) as demo:
|
87 |
gr.HTML(TITLE)
|