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

Scale invisible

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