Spaces:
Running
on
T4
Running
on
T4
Commit
•
8520bf2
1
Parent(s):
e4979aa
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
|
|
17 |
Unnoficial demo of the [ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B/blob/main/README_en.md) model, trained on 1T tokens of English and Chinese
|
18 |
''')
|
19 |
state = gr.State([])
|
20 |
-
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=
|
21 |
with gr.Row():
|
22 |
with gr.Column(scale=4):
|
23 |
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
|
|
|
17 |
Unnoficial demo of the [ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B/blob/main/README_en.md) model, trained on 1T tokens of English and Chinese
|
18 |
''')
|
19 |
state = gr.State([])
|
20 |
+
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)
|
21 |
with gr.Row():
|
22 |
with gr.Column(scale=4):
|
23 |
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
|