Spaces:
Sleeping
Sleeping
Fix on html as input
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import auth
|
|
10 |
#Funciones
|
11 |
|
12 |
#Funci贸n principal
|
13 |
-
def perform(input1, input2):
|
14 |
|
15 |
print("Imprimiendo html_credits")
|
16 |
print(html_credits)
|
|
|
10 |
#Funciones
|
11 |
|
12 |
#Funci贸n principal
|
13 |
+
def perform(input1, input2, html_credits):
|
14 |
|
15 |
print("Imprimiendo html_credits")
|
16 |
print(html_credits)
|