ammr commited on
Commit
bba9411
·
verified ·
1 Parent(s): ed6df3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- sencente: A string to be encoded
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