Moibe commited on
Commit
229cbd1
·
1 Parent(s): d908095

Test print

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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=gr.State.tokens, scale=1)
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