cryptocalypse commited on
Commit
d2bbc82
·
1 Parent(s): c894c0a
Files changed (1) hide show
  1. app.py +1 -1
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.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")
 
161
  dictionary_zir=gr.Dropdown(
162
  ["Kircher", "Random", "Custom"],value="Latin",scale=1, label="Gematria Alphabet", info="Choose gematria conversion"
163
  ),
164
+ custom_dic = gr.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")