Spaces:
Runtime error
Runtime error
Commit
·
2e54523
1
Parent(s):
6fa0bc1
ziruph
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
| 161 |
dictionary_zir=gr.Dropdown(
|
| 162 |
["Kircher", "Random", "Custom"],value="Latin",scale=1, label="Gematria Alphabet", info="Choose gematria conversion"
|
| 163 |
),
|
| 164 |
-
custom_dic = fr.
|
| 165 |
zir_btn = gr.Button("Encrypt",scale=1)
|
| 166 |
with gr.Row():
|
| 167 |
zir_result = gr.TextBox(label="Results")
|
|
|
|
| 161 |
dictionary_zir=gr.Dropdown(
|
| 162 |
["Kircher", "Random", "Custom"],value="Latin",scale=1, label="Gematria Alphabet", info="Choose gematria conversion"
|
| 163 |
),
|
| 164 |
+
custom_dic = fr.Textbox(label="Custom Dictionary",scale=3)
|
| 165 |
zir_btn = gr.Button("Encrypt",scale=1)
|
| 166 |
with gr.Row():
|
| 167 |
zir_result = gr.TextBox(label="Results")
|