Update app.py
Browse files
app.py
CHANGED
|
@@ -611,6 +611,14 @@ h1 {font-family: Helvetica, sans-serif; color: #2a9d8f; text-align: center; marg
|
|
| 611 |
.gr-form {padding: 10px; border: 1px solid #eee; border-radius: 4px; margin-bottom: 10px;}
|
| 612 |
.chat-preview {max-height: 150px; overflow-y: auto; border: 1px solid #eee; padding: 8px; margin-top: 10px; font-size: 12px; background-color: #f9f9f9;}
|
| 613 |
.success-message {font-size: 16px; font-weight: normal; margin-bottom: 15px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 614 |
"""
|
| 615 |
|
| 616 |
with gr.Blocks(css=custom_css, title="ChargeNode Kundtjänst") as app:
|
|
|
|
| 611 |
.gr-form {padding: 10px; border: 1px solid #eee; border-radius: 4px; margin-bottom: 10px;}
|
| 612 |
.chat-preview {max-height: 150px; overflow-y: auto; border: 1px solid #eee; padding: 8px; margin-top: 10px; font-size: 12px; background-color: #f9f9f9;}
|
| 613 |
.success-message {font-size: 16px; font-weight: normal; margin-bottom: 15px;}
|
| 614 |
+
|
| 615 |
+
/* Dölj Gradio-footer */
|
| 616 |
+
footer {display: none !important;}
|
| 617 |
+
.footer {display: none !important;}
|
| 618 |
+
.gr-footer {display: none !important;}
|
| 619 |
+
.gradio-footer {display: none !important;}
|
| 620 |
+
.gradio-container .footer {display: none !important;}
|
| 621 |
+
.gradio-container .gr-footer {display: none !important;}
|
| 622 |
"""
|
| 623 |
|
| 624 |
with gr.Blocks(css=custom_css, title="ChargeNode Kundtjänst") as app:
|