charliebaby2023 commited on
Commit
6723828
1 Parent(s): b5fa7e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ js_code = """
96
 
97
 
98
  with gr.Blocks(css="""
99
- label.float.svelte-i3tvor { bottom: 0; position: absolute; background: rgba(0,0,0,0.0); left: var(--block-label-margin); color: rgba(200,200,200,.7);}
100
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
101
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
102
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
 
96
 
97
 
98
  with gr.Blocks(css="""
99
+ label.float.svelte-i3tvor { top:auto!important; bottom: 0; position: absolute; background: rgba(0,0,0,0.0); left: var(--block-label-margin); color: rgba(200,200,200,.7);}
100
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
101
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
102
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}