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