Moibe commited on
Commit
55f43c5
·
1 Parent(s): 7a36360

Double Rows

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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.Markdown(visible=True, scale=5)
130
- lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
 
 
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