Moibe commited on
Commit
5236afa
·
1 Parent(s): ed771e1
Files changed (1) hide show
  1. app.py +3 -2
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
 
@@ -153,5 +153,6 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
153
  gr.Markdown(visible=True)
154
  gr.Markdown(visible=True)
155
  lbl_credits = gr.Textbox(label="Credits Available", value="205", interactive=False, scale=1)
 
156
 
157
- main.launch(auth=authenticate)
 
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
 
 
153
  gr.Markdown(visible=True)
154
  gr.Markdown(visible=True)
155
  lbl_credits = gr.Textbox(label="Credits Available", value="205", interactive=False, scale=1)
156
+
157
 
158
+ main.launch(auth=authenticate)