Hemanth Sai Garladinne commited on
Commit
c682e16
β€’
1 Parent(s): fd696ae

Update 🏑_Home.py

Browse files
Files changed (1) hide show
  1. frontend/🏑_Home.py +1 -1
frontend/🏑_Home.py CHANGED
@@ -63,7 +63,7 @@ def home():
63
  "<h2 style='text-align: center; color: black;'>Studybot Architecture</h1>",
64
  unsafe_allow_html=True,
65
  )
66
- st.image("images/architecture.png")
67
 
68
 
69
  home()
 
63
  "<h2 style='text-align: center; color: black;'>Studybot Architecture</h1>",
64
  unsafe_allow_html=True,
65
  )
66
+ st.image("frontend/images/architecture.png")
67
 
68
 
69
  home()