Spaces:
Sleeping
Sleeping
Commit
·
16b16dd
1
Parent(s):
de37fa2
temurae
Browse files
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"):
|