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