Spaces:
Runtime error
Runtime error
Commit
·
16f2269
1
Parent(s):
2dd4970
add: style for removing footer and top right clear icon
Browse files
app.py
CHANGED
|
@@ -445,6 +445,18 @@ def create_chat_interface():
|
|
| 445 |
padding: 0px !important;
|
| 446 |
margin: 0px !important;
|
| 447 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
"""
|
| 449 |
with gr.Blocks(fill_height=True, fill_width=True, css=css) as demo:
|
| 450 |
chatbot = gr.Chatbot(
|
|
|
|
| 445 |
padding: 0px !important;
|
| 446 |
margin: 0px !important;
|
| 447 |
}
|
| 448 |
+
#component-0 {
|
| 449 |
+
gap: 0px !important;
|
| 450 |
+
}
|
| 451 |
+
|
| 452 |
+
.icon-button-wrapper{
|
| 453 |
+
display: none !important;
|
| 454 |
+
}
|
| 455 |
+
|
| 456 |
+
|
| 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(
|