Moibe commited on
Commit
b67adff
·
1 Parent(s): 2dd5b43

Scales to row

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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.Markdown()
128
- gr.Markdown()
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