Sarathkumar1304ai commited on
Commit
a07ee95
·
verified ·
1 Parent(s): 5eb6286

Update frontend/home.py

Browse files
Files changed (1) hide show
  1. frontend/home.py +2 -2
frontend/home.py CHANGED
@@ -34,8 +34,8 @@ def home_ui():
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("---")
 
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("---")