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