Spaces:
Sleeping
Sleeping
Next
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
|
|
6 |
from cryptography.hazmat.primitives import serialization
|
7 |
import base64
|
8 |
import os
|
9 |
-
|
10 |
# Caesar Cipher functions
|
11 |
def caesar_cipher_encrypt(text, shift):
|
12 |
result = ""
|
|
|
6 |
from cryptography.hazmat.primitives import serialization
|
7 |
import base64
|
8 |
import os
|
9 |
+
from Applio import *
|
10 |
# Caesar Cipher functions
|
11 |
def caesar_cipher_encrypt(text, shift):
|
12 |
result = ""
|