Spaces:
Sleeping
Sleeping
Scale invisible
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
126 |
|
127 |
with gr.Row():
|
128 |
|
129 |
-
gr.Label(visible=
|
130 |
gr.Label(visible=True, scale=5)
|
131 |
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
132 |
|
|
|
126 |
|
127 |
with gr.Row():
|
128 |
|
129 |
+
gr.Label(visible=False, scale=5)
|
130 |
gr.Label(visible=True, scale=5)
|
131 |
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
132 |
|