Spaces:
Sleeping
Sleeping
Valor as state
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
|
|
119 |
# — gr.themes.Monochrome()
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
-
valor =
|
123 |
|
124 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
125 |
|
|
|
119 |
# — gr.themes.Monochrome()
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
+
valor = gr.State.tokens
|
123 |
|
124 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
125 |
|