removed fill_height from param in CI
Browse files
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 |
)
|