Spaces:
Sleeping
Sleeping
Out of tokens info window
Browse files
app.py
CHANGED
@@ -42,6 +42,8 @@ def perform(input1, input2):
|
|
42 |
autorizacion = sulkuPypi.authorize(gr.State.tokens, 'picswap')
|
43 |
print("La autorizaci贸n es: ", autorizacion)
|
44 |
|
|
|
|
|
45 |
#Despu茅s ejecuta la masa.
|
46 |
if autorizacion is True:
|
47 |
|
@@ -49,6 +51,7 @@ def perform(input1, input2):
|
|
49 |
|
50 |
else:
|
51 |
print("No tienes suficientes tokens...")
|
|
|
52 |
return "No tienes suficientes tokens"
|
53 |
|
54 |
print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
|
@@ -58,7 +61,7 @@ def perform(input1, input2):
|
|
58 |
print("Convirtiendo path a string...")
|
59 |
path_string = str(path)
|
60 |
|
61 |
-
|
62 |
|
63 |
print("Path_string = ", path_string)
|
64 |
|
|
|
42 |
autorizacion = sulkuPypi.authorize(gr.State.tokens, 'picswap')
|
43 |
print("La autorizaci贸n es: ", autorizacion)
|
44 |
|
45 |
+
info_window = "Hola Usuario"
|
46 |
+
|
47 |
#Despu茅s ejecuta la masa.
|
48 |
if autorizacion is True:
|
49 |
|
|
|
51 |
|
52 |
else:
|
53 |
print("No tienes suficientes tokens...")
|
54 |
+
info_window = "Out of tokens..."
|
55 |
return "No tienes suficientes tokens"
|
56 |
|
57 |
print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
|
|
|
61 |
print("Convirtiendo path a string...")
|
62 |
path_string = str(path)
|
63 |
|
64 |
+
|
65 |
|
66 |
print("Path_string = ", path_string)
|
67 |
|