Spaces:
Sleeping
Sleeping
Markdown instead label
Browse files
app.py
CHANGED
@@ -120,14 +120,13 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
|
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
#valor = gr.State.tokens
|
123 |
-
valor = "
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|
127 |
with gr.Row():
|
128 |
|
129 |
-
gr.
|
130 |
-
gr.Label(visible=True, scale=5)
|
131 |
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
132 |
|
133 |
with gr.Row():
|
|
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
#valor = gr.State.tokens
|
123 |
+
valor = "205"
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|
127 |
with gr.Row():
|
128 |
|
129 |
+
gr.Markdown(visible=True, scale=5)
|
|
|
130 |
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
131 |
|
132 |
with gr.Row():
|