Spaces:
Sleeping
Sleeping
removed bg image
Browse files
app.py
CHANGED
@@ -48,15 +48,10 @@ custom_css = f"""
|
|
48 |
span.md.svelte-8tpqd2.chatbot.prose p {{
|
49 |
color: #266B99;
|
50 |
}}
|
51 |
-
/* Chatbot
|
52 |
-
.gradio-container
|
53 |
-
background:
|
54 |
-
|
55 |
-
background-image: url('{background_image_path}'); /* Add background image */
|
56 |
-
background-size: cover; /* Cover the entire container */
|
57 |
-
background-position: center; /* Center the image */
|
58 |
-
background-repeat: no-repeat; /* Do not repeat the image */
|
59 |
-
}}
|
60 |
/* RED (Hex: #DB1616) for action buttons and links only */
|
61 |
.clear-btn {{
|
62 |
background: #DB1616;
|
|
|
48 |
span.md.svelte-8tpqd2.chatbot.prose p {{
|
49 |
color: #266B99;
|
50 |
}}
|
51 |
+
/* Chatbot comtainer */
|
52 |
+
.gradio-container{
|
53 |
+
/* background: #84D5F7 */
|
54 |
+
}
|
|
|
|
|
|
|
|
|
|
|
55 |
/* RED (Hex: #DB1616) for action buttons and links only */
|
56 |
.clear-btn {{
|
57 |
background: #DB1616;
|