Spaces:
Sleeping
Sleeping
Double Rows
Browse files
app.py
CHANGED
@@ -124,10 +124,12 @@ valor = "205"
|
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|
127 |
-
with gr.Row():
|
128 |
-
|
129 |
-
gr.
|
130 |
-
|
|
|
|
|
131 |
|
132 |
with gr.Row():
|
133 |
|
|
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|
127 |
+
with gr.Row():
|
128 |
+
gr.Label(visible=True, scale=5)
|
129 |
+
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
130 |
+
with gr.Row():
|
131 |
+
gr.Label(visible=True, scale=5)
|
132 |
+
lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
|
133 |
|
134 |
with gr.Row():
|
135 |
|