cryptocalypse commited on
Commit
6fa0bc1
·
1 Parent(s): 8fcbe57
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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="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)
 
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="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)