cryptocalypse commited on
Commit
ccd1b80
1 Parent(s): d2bbc82
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
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")
168
 
169
  zir_btn.click(
170
  ziruph,
 
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")
168
 
169
  zir_btn.click(
170
  ziruph,