Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def prime_factors(n):
|
|
45 |
# return word.lower().count(letter.lower()) + 100
|
46 |
|
47 |
demo = gr.Interface(
|
48 |
-
fn=
|
49 |
inputs=["text"],
|
50 |
outputs="text",
|
51 |
title="Prime Factors",
|
|
|
45 |
# return word.lower().count(letter.lower()) + 100
|
46 |
|
47 |
demo = gr.Interface(
|
48 |
+
fn=prime_factors,
|
49 |
inputs=["text"],
|
50 |
outputs="text",
|
51 |
title="Prime Factors",
|