Spaces:
Sleeping
Sleeping
Test print
Browse files
app.py
CHANGED
@@ -131,9 +131,11 @@ valor = "205"
|
|
131 |
|
132 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
133 |
|
|
|
|
|
134 |
with gr.Row():
|
135 |
gr.Label(visible=True, scale=5)
|
136 |
-
lbl_credits = gr.Label(label="Credits Available", value=
|
137 |
lbl_console.change(fn=display_tokens, outputs=lbl_credits)
|
138 |
|
139 |
|
|
|
131 |
|
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)
|
139 |
lbl_console.change(fn=display_tokens, outputs=lbl_credits)
|
140 |
|
141 |
|