Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,7 @@ def generate(message, history, system, max_tokens, temperature, top_p, top_k, pe
|
|
70 |
|
71 |
|
72 |
|
|
|
73 |
|
74 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
75 |
gr.HTML(DESCRIPTION)
|
|
|
70 |
|
71 |
|
72 |
|
73 |
+
chatbot = gr.Chatbot(height=450)
|
74 |
|
75 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
76 |
gr.HTML(DESCRIPTION)
|