Moibe commited on
Commit
151b882
·
1 Parent(s): f77c7a9

Start with credits empty

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