ranamhamoud commited on
Commit
2c93363
โ€ข
1 Parent(s): a76391d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -115,6 +115,7 @@ def generate(
115
  # Gradio Interface Setup
116
  chat_interface = gr.ChatInterface(
117
  fn=generate,
 
118
  stop_btn=None,
119
  examples=[
120
  ["Can you explain briefly to me what is the Python programming language?"],
 
115
  # Gradio Interface Setup
116
  chat_interface = gr.ChatInterface(
117
  fn=generate,
118
+ fill_height=True,
119
  stop_btn=None,
120
  examples=[
121
  ["Can you explain briefly to me what is the Python programming language?"],