Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
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()
|