Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
|
| 6 |
-
|
| 7 |
st.markdown("""
|
| 8 |
<h1 style="text-align:center; color: orange;">Hotel Data Analysis & Machine Learning</h1>
|
| 9 |
""", unsafe_allow_html=True)
|
|
@@ -41,7 +41,7 @@ st.markdown("
|
| 44 |
-
background_image_url = "https://cdn-uploads.huggingface.co/production/uploads/675fab3a2d0851e23d23cad3/
|
| 45 |
|
| 46 |
# Apply custom CSS for the background image and overlay
|
| 47 |
st.markdown(
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
|
| 6 |
+
|
| 7 |
st.markdown("""
|
| 8 |
<h1 style="text-align:center; color: orange;">Hotel Data Analysis & Machine Learning</h1>
|
| 9 |
""", unsafe_allow_html=True)
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
# Define the URL of the background image (use your own image URL)
|
| 44 |
+
background_image_url = "https://cdn-uploads.huggingface.co/production/uploads/675fab3a2d0851e23d23cad3/vulm4WwHmmA14tsVXYaTM.jpeg"
|
| 45 |
|
| 46 |
# Apply custom CSS for the background image and overlay
|
| 47 |
st.markdown(
|