Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,9 +50,6 @@ def decrypt_data(encrypted_data, key):
|
|
| 50 |
return decrypted_data[:-padding_length]
|
| 51 |
|
| 52 |
# Streamlit UI
|
| 53 |
-
|
| 54 |
-
import streamlit as st
|
| 55 |
-
|
| 56 |
# --- Hero Section ---
|
| 57 |
st.title("🛡 SentinelCryptography")
|
| 58 |
st.subheader("A Quantum-Ready Encryption Guardian")
|
|
|
|
| 50 |
return decrypted_data[:-padding_length]
|
| 51 |
|
| 52 |
# Streamlit UI
|
|
|
|
|
|
|
|
|
|
| 53 |
# --- Hero Section ---
|
| 54 |
st.title("🛡 SentinelCryptography")
|
| 55 |
st.subheader("A Quantum-Ready Encryption Guardian")
|