ruslanmv commited on
Commit
0c345ae
1 Parent(s): 4b762e9

Adding pictures

Browse files
Files changed (2) hide show
  1. notebook/local/img/background.jpg +0 -0
  2. 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://raw.githubusercontent.com/ruslanmv/ai-medical-chatbot/master/assets/images/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
  }
 
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
  }