Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
|
|
12 |
def hash_encoding(sentence:str)-> str:
|
13 |
"""A tool that receives a sentence and hash-encodes it
|
14 |
Args:
|
15 |
-
|
16 |
"""
|
17 |
import hashlib
|
18 |
|
|
|
12 |
def hash_encoding(sentence:str)-> str:
|
13 |
"""A tool that receives a sentence and hash-encodes it
|
14 |
Args:
|
15 |
+
sentence: A string to be encoded
|
16 |
"""
|
17 |
import hashlib
|
18 |
|