Spaces:
Sleeping
Sleeping
Label as Markdown
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
133 |
|
134 |
with gr.Row():
|
135 |
btn_buy,
|
136 |
-
gr.
|
137 |
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
138 |
result_image.change(fn=display_tokens, outputs=lbl_credits)
|
139 |
|
|
|
133 |
|
134 |
with gr.Row():
|
135 |
btn_buy,
|
136 |
+
gr.Markdown(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)
|
139 |
|