mahiatlinux commited on
Commit
f8d017d
·
verified ·
1 Parent(s): 5dca2d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -123,6 +123,7 @@ chat_interface = gr.ChatInterface(
123
  ),
124
  ],
125
  stop_btn=None,
 
126
  examples=[
127
  # Examples to assist users in starting conversations with the AI.
128
  ],
 
123
  ),
124
  ],
125
  stop_btn=None,
126
+ height=600,
127
  examples=[
128
  # Examples to assist users in starting conversations with the AI.
129
  ],