Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,10 +13,8 @@ You can either upload a CSV file with sensor features or input values manually.
|
|
| 13 |
""")
|
| 14 |
|
| 15 |
# Display robotics images at the top (ensure the URLs are accessible)
|
| 16 |
-
st.image("industrial_robotic_arm_for_automated.png",
|
| 17 |
caption="Robotic Arm 🦾", use_container_width=True)
|
| 18 |
-
st.image("https://upload.wikimedia.org/wikipedia/commons/9/95/Robotic_arm.jpg",
|
| 19 |
-
caption="Advanced Robotics 🤖", use_container_width=True)
|
| 20 |
|
| 21 |
# Load the saved model (make sure the model file 'model.pkl' is in the same directory)
|
| 22 |
@st.cache_resource
|
|
|
|
| 13 |
""")
|
| 14 |
|
| 15 |
# Display robotics images at the top (ensure the URLs are accessible)
|
| 16 |
+
st.image("industrial_robotic_arm_for_automated.png",
|
| 17 |
caption="Robotic Arm 🦾", use_container_width=True)
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Load the saved model (make sure the model file 'model.pkl' is in the same directory)
|
| 20 |
@st.cache_resource
|