Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
b28bf87
1
Parent(s):
ccd1b80
ziruph
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
140 |
with gr.Row():
|
141 |
text_temur = gr.Textbox(label="Text to encode with Temurah / Atbash algorihm",scale=3)
|
142 |
langte=gr.Dropdown(
|
143 |
-
["Hebrew", "Latin", "Greek"],value="Latin", label="
|
144 |
),
|
145 |
|
146 |
temurae_btn = gr.Button("Convert",scale=1)
|
@@ -159,7 +159,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
159 |
with gr.Row():
|
160 |
zir_text = gr.Textbox(label="Text to encode with Temurah / Atbash algorihm",scale=3)
|
161 |
dictionary_zir=gr.Dropdown(
|
162 |
-
["Kircher", "Random", "Custom"],value="Latin",scale=1, label="
|
163 |
),
|
164 |
custom_dic = gr.Textbox(label="Custom Dictionary",scale=3)
|
165 |
zir_btn = gr.Button("Encrypt",scale=1)
|
|
|
140 |
with gr.Row():
|
141 |
text_temur = gr.Textbox(label="Text to encode with Temurah / Atbash algorihm",scale=3)
|
142 |
langte=gr.Dropdown(
|
143 |
+
["Hebrew", "Latin", "Greek"],value="Latin", label="Temurah Alphabet", info="Choose Alphabet"
|
144 |
),
|
145 |
|
146 |
temurae_btn = gr.Button("Convert",scale=1)
|
|
|
159 |
with gr.Row():
|
160 |
zir_text = gr.Textbox(label="Text to encode with Temurah / Atbash algorihm",scale=3)
|
161 |
dictionary_zir=gr.Dropdown(
|
162 |
+
["Kircher", "Random", "Custom"],value="Latin",scale=1, label="Ziruph Dictionary", info="Choose ziruph dictionary"
|
163 |
),
|
164 |
custom_dic = gr.Textbox(label="Custom Dictionary",scale=3)
|
165 |
zir_btn = gr.Button("Encrypt",scale=1)
|