sandz7 commited on
Commit
b13e64c
Β·
1 Parent(s): f5e73d4

removed fill_height from param in CI

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -69,7 +69,6 @@ with gr.Blocks(fill_height=True) as demo:
69
  gr.ChatInterface(
70
  fn=krypton,
71
  chatbot=chatbot,
72
- fill_height=True,
73
  multimodal=True,
74
  textbox=chat_input,
75
  )
 
69
  gr.ChatInterface(
70
  fn=krypton,
71
  chatbot=chatbot,
 
72
  multimodal=True,
73
  textbox=chat_input,
74
  )