danielle2003 commited on
Commit
27fcbbc
·
verified ·
1 Parent(s): a129c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -543,7 +543,7 @@ with st.container(key="content-container-3"):
543
  st.session_state.choice = "pytorch"
544
  with st.container(key="content-container-1"):
545
 
546
- image_path = "t.jpg"
547
  col1, col2 = st.columns([1, 9])
548
  with col1:
549
  st.write("")
@@ -588,7 +588,7 @@ with st.container(key="content-container-1"):
588
  unsafe_allow_html=True,
589
  )
590
  else:
591
- default_image_path = "t.jpg"
592
  with open(default_image_path, "rb") as image_file:
593
  encoded_image = base64.b64encode(image_file.read()).decode()
594
 
 
543
  st.session_state.choice = "pytorch"
544
  with st.container(key="content-container-1"):
545
 
546
+ image_path = "Load.png"
547
  col1, col2 = st.columns([1, 9])
548
  with col1:
549
  st.write("")
 
588
  unsafe_allow_html=True,
589
  )
590
  else:
591
+ default_image_path = "Load.png"
592
  with open(default_image_path, "rb") as image_file:
593
  encoded_image = base64.b64encode(image_file.read()).decode()
594