Spaces:
Sleeping
Sleeping
nos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ 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 |
-
results_els=gr.
|
84 |
inbtw.click(
|
85 |
els_book,
|
86 |
inputs=[ "", text2 ],
|
|
|
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 |
+
results_els=gr.JSON(label="Results")
|
84 |
inbtw.click(
|
85 |
els_book,
|
86 |
inputs=[ "", text2 ],
|