Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
b71cb60
1
Parent(s):
0b5902b
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,6 @@ with gr.Blocks() as demo:
|
|
80 |
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
|
81 |
text2 = gr.Textbox(label="ELS value", scale=3)
|
82 |
inbtw = gr.Button("Search",scale=1)
|
83 |
-
with fr.Row():
|
84 |
-
results_els=gr.JSON(label="Results")
|
85 |
|
86 |
with gr.Row():
|
87 |
start = gr.Number(label="Start", value=1)
|
|
|
80 |
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
|
81 |
text2 = gr.Textbox(label="ELS value", scale=3)
|
82 |
inbtw = gr.Button("Search",scale=1)
|
|
|
|
|
83 |
|
84 |
with gr.Row():
|
85 |
start = gr.Number(label="Start", value=1)
|