azunre commited on
Commit
0ad6bb3
·
verified ·
1 Parent(s): 3b8c030

Update app.py

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