Moibe commited on
Commit
ef066a1
·
1 Parent(s): a3eaded

Submit Button Blend

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
129
  #valor = gr.State.tokens
130
  valor = ""
131
 
132
- with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
133
 
134
  with gr.Row():
135
  gr.Markdown(visible=True)
 
129
  #valor = gr.State.tokens
130
  valor = ""
131
 
132
+ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}", submit_btn="Blend") as main:
133
 
134
  with gr.Row():
135
  gr.Markdown(visible=True)