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