Spaces:
Sleeping
Sleeping
Scales to row
Browse files
app.py
CHANGED
@@ -124,10 +124,9 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
124 |
|
125 |
with gr.Row():
|
126 |
|
127 |
-
gr.
|
128 |
-
gr.
|
129 |
-
lbl_credits = gr.Label(label="Credits", value="20", color="#ffa500")
|
130 |
-
|
131 |
|
132 |
with gr.Row():
|
133 |
|
|
|
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", value="20", color="#ffa500", scale=2)
|
|
|
130 |
|
131 |
with gr.Row():
|
132 |
|