Spaces:
Sleeping
Sleeping
Start with credits empty
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
|
|
127 |
# — gr.themes.Soft()
|
128 |
|
129 |
#valor = gr.State.tokens
|
130 |
-
valor = "
|
131 |
|
132 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
133 |
|
|
|
127 |
# — gr.themes.Soft()
|
128 |
|
129 |
#valor = gr.State.tokens
|
130 |
+
valor = ""
|
131 |
|
132 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
133 |
|