Spaces:
Running
Running
bartman081523
commited on
Commit
•
f212ed4
1
Parent(s):
96b58ba
descriptions
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ def run_app() -> None:
|
|
326 |
fn=gematria_search_interface,
|
327 |
inputs=[
|
328 |
gr.Textbox(label="Enter word(s) or numbers (e.g., 'abc', '888' or 'abc 111 777')"),
|
329 |
-
gr.Number(label="Max Word Count in Result Phrases", value=1, minimum=1, maximum=
|
330 |
gr.Checkbox(label="Show Translation", value=True)
|
331 |
],
|
332 |
outputs=gr.HTML(label="Results"),
|
|
|
326 |
fn=gematria_search_interface,
|
327 |
inputs=[
|
328 |
gr.Textbox(label="Enter word(s) or numbers (e.g., 'abc', '888' or 'abc 111 777')"),
|
329 |
+
gr.Number(label="Max Word Count in Result Phrases", value=1, minimum=1, maximum=MAX_PHRASE_LENGTH),
|
330 |
gr.Checkbox(label="Show Translation", value=True)
|
331 |
],
|
332 |
outputs=gr.HTML(label="Results"),
|