cryptocalypse commited on
Commit
16b16dd
·
1 Parent(s): de37fa2
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -143,14 +143,15 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
143
  ),
144
 
145
  temurae_btn = gr.Button("Convert",scale=1)
 
 
 
146
  temurae_btn.click(
147
  temurae,
148
  inputs=[text_temur,langte],
149
  outputs=temurae_result
150
  )
151
 
152
- with gr.Row():
153
- temurae_result = gr.JSON(label="Results")
154
 
155
 
156
  with gr.Tab("Ziruph"):
 
143
  ),
144
 
145
  temurae_btn = gr.Button("Convert",scale=1)
146
+ with gr.Row():
147
+ temurae_result = gr.JSON(label="Results")
148
+
149
  temurae_btn.click(
150
  temurae,
151
  inputs=[text_temur,langte],
152
  outputs=temurae_result
153
  )
154
 
 
 
155
 
156
 
157
  with gr.Tab("Ziruph"):