Spaces:
Sleeping
Sleeping
Print tokens
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ valor = "205"
|
|
132 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
133 |
|
134 |
print("Imprimiendo tokens...")
|
135 |
-
|
136 |
with gr.Row():
|
137 |
gr.Label(visible=True, scale=5)
|
138 |
lbl_credits = gr.Label(label="Credits Available", value="205", scale=1)
|
|
|
132 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
133 |
|
134 |
print("Imprimiendo tokens...")
|
135 |
+
print(gr.State.tokens)
|
136 |
with gr.Row():
|
137 |
gr.Label(visible=True, scale=5)
|
138 |
lbl_credits = gr.Label(label="Credits Available", value="205", scale=1)
|