Moibe commited on
Commit
1f42b26
1 Parent(s): dafa4c3

Display no-result image if no credit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +52,7 @@ def perform(input1, input2):
52
  else:
53
  print("No tienes suficientes tokens...")
54
  info_window = "Out of tokens..."
 
55
  return path, info_window
56
 
57
  print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
 
52
  else:
53
  print("No tienes suficientes tokens...")
54
  info_window = "Out of tokens..."
55
+ path = 'no-result.png'
56
  return path, info_window
57
 
58
  print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")