Moibe commited on
Commit
47ad894
·
1 Parent(s): b426305

Scales test

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -126,9 +126,9 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
126
 
127
  with gr.Row():
128
 
129
- gr.Label(visible=True)
130
- gr.Label(visible=True)
131
- lbl_credits = gr.Label(label="Credits Available", value=valor)
132
 
133
  with gr.Row():
134
 
 
126
 
127
  with gr.Row():
128
 
129
+ gr.Label(visible=True, scale=5)
130
+ gr.Label(visible=True, scale=5)
131
+ lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
132
 
133
  with gr.Row():
134