Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
e5367a6
1
Parent(s):
def313f
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ with gr.Blocks() as demo:
|
|
66 |
)
|
67 |
with gr.Tab("ELS"):
|
68 |
with gr.Row():
|
69 |
-
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",
|
70 |
-
text2 = gr.Textbox(label="ELS value",
|
71 |
-
inbtw = gr.Button("Search",
|
72 |
with gr.Row():
|
73 |
start = gr.Number(label="Start", value=1)
|
74 |
end = gr.Number(label="End", value=1)
|
|
|
66 |
)
|
67 |
with gr.Tab("ELS"):
|
68 |
with gr.Row():
|
69 |
+
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
|
70 |
+
text2 = gr.Textbox(label="ELS value", scale=3)
|
71 |
+
inbtw = gr.Button("Search",scale=1)
|
72 |
with gr.Row():
|
73 |
start = gr.Number(label="Start", value=1)
|
74 |
end = gr.Number(label="End", value=1)
|