Spaces:
Running
Running
neuralworm
commited on
Commit
·
94ee684
1
Parent(s):
a480bfc
correct name
Browse files
app.py
CHANGED
@@ -458,7 +458,7 @@ with gr.Blocks() as app:
|
|
458 |
"Language of the person/topic (optional) (Date Word Language)", default_value='english')
|
459 |
with gr.Row():
|
460 |
gematria_text = gr.Textbox(label="Name and/or Topic (required)",
|
461 |
-
value="
|
462 |
date_words_output = gr.Textbox(label="Date in Words Translated (optional)")
|
463 |
gematria_result = gr.Number(label="Journal Sum")
|
464 |
# with gr.Row():
|
|
|
458 |
"Language of the person/topic (optional) (Date Word Language)", default_value='english')
|
459 |
with gr.Row():
|
460 |
gematria_text = gr.Textbox(label="Name and/or Topic (required)",
|
461 |
+
value="Albert Einstein Mileva Marity-Einstein")
|
462 |
date_words_output = gr.Textbox(label="Date in Words Translated (optional)")
|
463 |
gematria_result = gr.Number(label="Journal Sum")
|
464 |
# with gr.Row():
|