Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def generate(prompt,language,history):
|
|
16 |
full_output = full_output + el
|
17 |
return history,full_output
|
18 |
|
19 |
-
with gr.Blocks() as demo:
|
20 |
history_var = gr.State([]) # conversation history
|
21 |
title = gr.Markdown(
|
22 |
"""
|
|
|
16 |
full_output = full_output + el
|
17 |
return history,full_output
|
18 |
|
19 |
+
with gr.Blocks(fill_height=True) as demo:
|
20 |
history_var = gr.State([]) # conversation history
|
21 |
title = gr.Markdown(
|
22 |
"""
|