vilarin commited on
Commit
49f85cd
·
verified ·
1 Parent(s): 1aa87ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)