Spaces:
Running
Running
Commit
·
8a76f56
1
Parent(s):
16f2269
add: style improv
Browse files
app.py
CHANGED
@@ -457,6 +457,9 @@ def create_chat_interface():
|
|
457 |
footer {
|
458 |
display: none !important;
|
459 |
}
|
|
|
|
|
|
|
460 |
"""
|
461 |
with gr.Blocks(fill_height=True, fill_width=True, css=css) as demo:
|
462 |
chatbot = gr.Chatbot(
|
|
|
457 |
footer {
|
458 |
display: none !important;
|
459 |
}
|
460 |
+
#chatbot_box{
|
461 |
+
flex-grow: 1 !important;
|
462 |
+
}
|
463 |
"""
|
464 |
with gr.Blocks(fill_height=True, fill_width=True, css=css) as demo:
|
465 |
chatbot = gr.Chatbot(
|