Spaces:
Sleeping
Sleeping
Commit
·
aadcb09
1
Parent(s):
ba5f2b9
ziruph
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
169 |
dictionary_zir=gr.Dropdown(
|
170 |
["Kircher", "Random", "Custom"],value="Latin", label="Ziruph Dictionary", info="Choose ziruph dictionary"
|
171 |
)
|
172 |
-
gr.Textbox(value="C X Y B W P R V Q J Z M N T K E L D F G H I O U S",label="Custom Dictionary",scale=3)
|
173 |
zir_btn = gr.Button("Encrypt",scale=1)
|
174 |
with gr.Row():
|
175 |
zir_result = gr.Textbox(label="Results")
|
|
|
169 |
dictionary_zir=gr.Dropdown(
|
170 |
["Kircher", "Random", "Custom"],value="Latin", label="Ziruph Dictionary", info="Choose ziruph dictionary"
|
171 |
)
|
172 |
+
custom_dic= gr.Textbox(value="C X Y B W P R V Q J Z M N T K E L D F G H I O U S",label="Custom Dictionary",scale=3)
|
173 |
zir_btn = gr.Button("Encrypt",scale=1)
|
174 |
with gr.Row():
|
175 |
zir_result = gr.Textbox(label="Results")
|