Moibe commited on
Commit
fe75b25
1 Parent(s): 00981e3

Fix on html as input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)