Spaces:
Runtime error
Runtime error
Commit
·
e84e121
1
Parent(s):
6ac78ef
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with st.expander("PROJECT 1: Fairly Used Car Prediction Platform"):
|
|
40 |
""")
|
41 |
|
42 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Used-Car-ML)")
|
43 |
-
video_file = open('
|
44 |
video_bytes = video_file.read()
|
45 |
st.video(video_bytes)
|
46 |
|
@@ -104,8 +104,8 @@ with st.expander("PROJECT 5: End-to-End Data Engineering Project using Kaggle Yo
|
|
104 |
- Used QuickSight to run analysis on our final data
|
105 |
- Used cloudwatch to monitor all of the processes for easy tracking.
|
106 |
""")
|
107 |
-
image1 = Image.open("
|
108 |
-
image2 = Image.open("
|
109 |
st.image(image1)
|
110 |
st.image(image2)
|
111 |
|
|
|
40 |
""")
|
41 |
|
42 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Used-Car-ML)")
|
43 |
+
video_file = open('videos/Fairly-used.mp4', 'rb')
|
44 |
video_bytes = video_file.read()
|
45 |
st.video(video_bytes)
|
46 |
|
|
|
104 |
- Used QuickSight to run analysis on our final data
|
105 |
- Used cloudwatch to monitor all of the processes for easy tracking.
|
106 |
""")
|
107 |
+
image1 = Image.open("Images/pipeline.png")
|
108 |
+
image2 = Image.open("Images/analytics.png")
|
109 |
st.image(image1)
|
110 |
st.image(image2)
|
111 |
|