ghengx commited on
Commit
3f1ff2f
·
1 Parent(s): 84fed8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ with gr.Blocks() as demo:
131
 
132
  ci = gr.ChatInterface(
133
  respond,
 
134
  # fill_height=True
135
  # additional_inputs=[
136
  # # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
131
 
132
  ci = gr.ChatInterface(
133
  respond,
134
+ description='Due to an unknown bug in Gradio, we are unable to expand the conversation section to full height.'
135
  # fill_height=True
136
  # additional_inputs=[
137
  # # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),