Blane187 commited on
Commit
3f2966e
1 Parent(s): 410954d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def rot13_cipher(text):
8
  # Decode the text using ROT13
9
  rot13_decoded = codecs.decode(rot13_encoded, 'rot_13')
10
 
11
- return rot13_decoded
12
 
13
  # Gradio interface
14
  iface = gr.Interface(
 
8
  # Decode the text using ROT13
9
  rot13_decoded = codecs.decode(rot13_encoded, 'rot_13')
10
 
11
+ return rot13_encoded
12
 
13
  # Gradio interface
14
  iface = gr.Interface(