Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
2852112
1
Parent(s):
8207a94
Final Check
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def authenticate(username, password):
|
|
10 |
|
11 |
#Función principal
|
12 |
def greet(name):
|
13 |
-
|
14 |
return "Tervetuloa " + name + "!!"
|
15 |
|
16 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
10 |
|
11 |
#Función principal
|
12 |
def greet(name):
|
13 |
+
|
14 |
return "Tervetuloa " + name + "!!"
|
15 |
|
16 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|