Spaces:
Sleeping
Sleeping
Update pages/1_Data_Card_and_Data_collection.py
Browse files
pages/1_Data_Card_and_Data_collection.py
CHANGED
|
@@ -74,7 +74,7 @@ else:
|
|
| 74 |
st.info("No dataset found. Please upload a CSV file.")
|
| 75 |
|
| 76 |
# Define the URL of the background image (use your own image URL)
|
| 77 |
-
background_image_url = "https://cdn-uploads.huggingface.co/production/uploads/
|
| 78 |
|
| 79 |
# Apply custom CSS for the background image and overlay
|
| 80 |
st.markdown(
|
|
@@ -113,4 +113,5 @@ st.markdown(
|
|
| 113 |
if st.button("Previous ⏮️"):
|
| 114 |
st.switch_page("pages/0_Problem-Statement_and_Aim.py")
|
| 115 |
if st.button("Next ⏭️"):
|
| 116 |
-
st.switch_page("pages/2_Data_CLeaning_and_Preprocessing.py")
|
|
|
|
|
|
| 74 |
st.info("No dataset found. Please upload a CSV file.")
|
| 75 |
|
| 76 |
# Define the URL of the background image (use your own image URL)
|
| 77 |
+
background_image_url = "https://cdn-uploads.huggingface.co/production/uploads/67445925102349e867c92342/VWvvuraISTWoKJr2vPcAk.jpeg"
|
| 78 |
|
| 79 |
# Apply custom CSS for the background image and overlay
|
| 80 |
st.markdown(
|
|
|
|
| 113 |
if st.button("Previous ⏮️"):
|
| 114 |
st.switch_page("pages/0_Problem-Statement_and_Aim.py")
|
| 115 |
if st.button("Next ⏭️"):
|
| 116 |
+
st.switch_page("pages/2_Data_CLeaning_and_Preprocessing.py")
|
| 117 |
+
|