Update app.py
Browse files
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",
|