Spaces:
Runtime error
Runtime error
Commit
·
949d8d2
1
Parent(s):
50eaf6b
memory improvements, diferent bugs solved, search improvement, parsers
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
| 87 |
)
|
| 88 |
with gr.Tab("ELS"):
|
| 89 |
with gr.Row():
|
| 90 |
-
books_sel = gr.
|
| 91 |
#gr.Dropdown(
|
| 92 |
# booklist, value=booklist, multiselect=True, filterable=True,label="Books", info="Select Books"
|
| 93 |
#)
|
|
|
|
| 87 |
)
|
| 88 |
with gr.Tab("ELS"):
|
| 89 |
with gr.Row():
|
| 90 |
+
books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source"),
|
| 91 |
#gr.Dropdown(
|
| 92 |
# booklist, value=booklist, multiselect=True, filterable=True,label="Books", info="Select Books"
|
| 93 |
#)
|