mohsinmubaraksk commited on
Commit
4e9c6f6
·
verified ·
1 Parent(s): 66f2b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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