Update frontend/home.py
Browse files- frontend/home.py +2 -2
frontend/home.py
CHANGED
|
@@ -34,8 +34,8 @@ def home_ui():
|
|
| 34 |
""")
|
| 35 |
|
| 36 |
# Display architecture image
|
| 37 |
-
|
| 38 |
-
|
| 39 |
|
| 40 |
# Footer or additional information
|
| 41 |
st.write("---")
|
|
|
|
| 34 |
""")
|
| 35 |
|
| 36 |
# Display architecture image
|
| 37 |
+
architecture_image_path = "project_flow.svg" # Replace with your image path
|
| 38 |
+
st.image(architecture_image_path, caption="Project Architecture", use_column_width=True)
|
| 39 |
|
| 40 |
# Footer or additional information
|
| 41 |
st.write("---")
|