Moibe commited on
Commit
5a858da
·
1 Parent(s): 68f9406

Remove scales

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