Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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 |
|