Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
6f10584
1
Parent(s):
e5367a6
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,8 @@ with gr.Blocks() as demo:
|
|
89 |
with gr.Row():
|
90 |
gr.Markdown("## Calculate Gematria Sum")
|
91 |
with gr.Row():
|
92 |
-
gematria_text = gr.Textbox(label="Enter Text")
|
93 |
-
gematria_btn = gr.Button("Calculate Sum")
|
94 |
with gr.Row():
|
95 |
gematria_result = gr.Number(label="Gematria Sum")
|
96 |
gematria_btn.click(
|
@@ -101,9 +101,9 @@ with gr.Blocks() as demo:
|
|
101 |
|
102 |
with gr.Tab("Temurae"):
|
103 |
with gr.Row():
|
104 |
-
text1 = gr.Textbox(label="Text to convert")
|
105 |
-
text2 = gr.Textbox(label="Temurae Text")
|
106 |
-
inbtw = gr.Button("Convert")
|
107 |
|
108 |
|
109 |
with gr.Tab("Ziruph"):
|
|
|
89 |
with gr.Row():
|
90 |
gr.Markdown("## Calculate Gematria Sum")
|
91 |
with gr.Row():
|
92 |
+
gematria_text = gr.Textbox(label="Enter Text",scale=4)
|
93 |
+
gematria_btn = gr.Button("Calculate Sum",scale=1)
|
94 |
with gr.Row():
|
95 |
gematria_result = gr.Number(label="Gematria Sum")
|
96 |
gematria_btn.click(
|
|
|
101 |
|
102 |
with gr.Tab("Temurae"):
|
103 |
with gr.Row():
|
104 |
+
text1 = gr.Textbox(label="Text to convert",scale=3)
|
105 |
+
text2 = gr.Textbox(label="Temurae Text",scale=3)
|
106 |
+
inbtw = gr.Button("Convert",scale=1)
|
107 |
|
108 |
|
109 |
with gr.Tab("Ziruph"):
|