Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
β’
c682e16
1
Parent(s):
fd696ae
Update π‘_Home.py
Browse files- 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()
|