Spaces:
Sleeping
Sleeping
Real tokens
Browse files
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=
|
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 |
|