Spaces:
Sleeping
Sleeping
Submit Button Blend
Browse files
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)
|