Update app.py
Browse files
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,
|
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(
|