taarhissian commited on
Commit
4c33e26
·
verified ·
1 Parent(s): ce89877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
 
3
  # Display the logo at the top of the app
4
  st.image(
5
- "https://huggingface.co/spaces/taarhissian/SentinelCryptography/blob/main/sentinelcryptographylogo.png.png",
6
  caption="SentinelCryptography Logo",
7
  )
8
 
 
2
 
3
  # Display the logo at the top of the app
4
  st.image(
5
+ "https://huggingface.co/spaces/taarhissian/SentinelCryptography/sentinelcryptography.png",
6
  caption="SentinelCryptography Logo",
7
  )
8