Moibe commited on
Commit
838f1f8
·
1 Parent(s): e19e08d

Scales fix

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -124,9 +124,9 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
124
 
125
  with gr.Row():
126
 
127
- gr.Label(visible=False, scale=2)
128
- gr.Label(visible=False, scale=2)
129
- lbl_credits = gr.Label(label="Credits Available", value="20", color="#ffa500", scale=1)
130
 
131
  with gr.Row():
132
 
 
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 Available", value="20", scale=5)
130
 
131
  with gr.Row():
132