Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,16 +63,16 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
| 63 |
#),
|
| 64 |
],
|
| 65 |
)
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
|
| 77 |
|
| 78 |
|
|
|
|
| 63 |
#),
|
| 64 |
],
|
| 65 |
)
|
| 66 |
+
with gr.Row():
|
| 67 |
+
search_els = gr.Button("Search",scale=1)
|
| 68 |
+
with gr.Row():
|
| 69 |
+
#els_results = gr.JSON(label="Results")
|
| 70 |
+
els_results = gr.Dataframe(type="pandas")
|
| 71 |
+
search_els.click(
|
| 72 |
+
els_book,
|
| 73 |
+
inputs=[to_convert,to_convert],
|
| 74 |
+
outputs=els_results
|
| 75 |
+
)
|
| 76 |
|
| 77 |
|
| 78 |
|