Moibe commited on
Commit
096c0bd
·
1 Parent(s): 4a98800

Real tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
126
 
127
  gr.Label(visible=False, scale=5)
128
  gr.Label(visible=False, scale=5)
129
- lbl_credits = gr.Label(label="Credits Available", value="20", scale=1)
130
 
131
  with gr.Row():
132
 
 
126
 
127
  gr.Label(visible=False, scale=5)
128
  gr.Label(visible=False, scale=5)
129
+ lbl_credits = gr.Label(label="Credits Available", value=gr.State.tokens, scale=1)
130
 
131
  with gr.Row():
132