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