Hev832 commited on
Commit
9d0591d
·
verified ·
1 Parent(s): b8d204c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ def rot13_cipher(text):
12
 
13
  # Gradio interface
14
  iface = gr.Interface(
15
- fn=rot13_cipher,
 
16
  inputs="text",
17
  outputs=["text", "text"],
18
  title="ROT13 Encoder/Decoder",
 
12
 
13
  # Gradio interface
14
  iface = gr.Interface(
15
+ fn=rot13_cipher,
16
+ theme="Hev832/Applio",
17
  inputs="text",
18
  outputs=["text", "text"],
19
  title="ROT13 Encoder/Decoder",