Update frontend/home.py
Browse files- frontend/home.py +1 -1
frontend/home.py
CHANGED
|
@@ -34,7 +34,7 @@ def home_ui():
|
|
| 34 |
""")
|
| 35 |
|
| 36 |
# Display architecture image
|
| 37 |
-
# architecture_image_path = "
|
| 38 |
# st.image(architecture_image_path, caption="Project Architecture", use_column_width=True)
|
| 39 |
|
| 40 |
# Footer or additional information
|
|
|
|
| 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
|