vilarin commited on
Commit
5135aa3
·
verified ·
1 Parent(s): 710394e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def generate(message, history, system, max_tokens, temperature, top_p, top_k, pe
74
 
75
 
76
 
77
- with gr.Blocks(css=css, fill-height=True) as demo:
78
  gr.HTML(TITLE)
79
  gr.HTML(DESCRIPTION)
80
  gr.ChatInterface(
 
74
 
75
 
76
 
77
+ with gr.Blocks(css=css, fill_height=True) as demo:
78
  gr.HTML(TITLE)
79
  gr.HTML(DESCRIPTION)
80
  gr.ChatInterface(