Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Commit
•
2f6ec85
1
Parent(s):
b41150e
english and hebrew gematria
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
94 |
with gr.Row():
|
95 |
books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source")
|
96 |
with gr.Row():
|
97 |
-
to_convert = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
|
98 |
langgem=gr.Dropdown(
|
99 |
["Hebrew", "Latin", "Greek"],value="Latin", label="Gematria Alphabet", info="Choose gematria conversion"
|
100 |
),
|
|
|
94 |
with gr.Row():
|
95 |
books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source")
|
96 |
with gr.Row():
|
97 |
+
to_convert = gr.Textbox(value="Alber Einstein 14 March 1879",label="Prompt to gematria conversion for apply ELS",scale=3)
|
98 |
langgem=gr.Dropdown(
|
99 |
["Hebrew", "Latin", "Greek"],value="Latin", label="Gematria Alphabet", info="Choose gematria conversion"
|
100 |
),
|