Spaces:
Runtime error
Runtime error
Adding pictures
Browse files- notebook/local/img/background.jpg +0 -0
- style.css +1 -1
notebook/local/img/background.jpg
ADDED
|
style.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
background-color: #212529; /* Dark background color */
|
| 12 |
color: #fff; /* Light text color for better readability */
|
| 13 |
overflow: hidden; /* Hide potential overflow content */
|
| 14 |
-
background-image: url("https://
|
| 15 |
background-size: cover; /* Stretch the image to cover the container */
|
| 16 |
background-position: center; /* Center the image horizontally and vertically */
|
| 17 |
}
|
|
|
|
| 11 |
background-color: #212529; /* Dark background color */
|
| 12 |
color: #fff; /* Light text color for better readability */
|
| 13 |
overflow: hidden; /* Hide potential overflow content */
|
| 14 |
+
background-image: url("https://huggingface.co/spaces/ruslanmv/AI-Medical-Chatbot/resolve/main/notebook/local/img/background.jpg"); /* Replace with your image path */
|
| 15 |
background-size: cover; /* Stretch the image to cover the container */
|
| 16 |
background-position: center; /* Center the image horizontally and vertically */
|
| 17 |
}
|