Moibe commited on
Commit
c6c6903
·
1 Parent(s): 8bcf406

Valor as Int

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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