Moibe commited on
Commit
53121ba
1 Parent(s): 31f92c8

Button @ row

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ valor = "205"
132
  with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
133
 
134
  with gr.Row():
 
135
  gr.Label(visible=True, scale=5)
136
  lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
137
  result_image.change(fn=display_tokens, outputs=lbl_credits)
 
132
  with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
133
 
134
  with gr.Row():
135
+ btn_buy,
136
  gr.Label(visible=True, scale=5)
137
  lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
138
  result_image.change(fn=display_tokens, outputs=lbl_credits)