openfree commited on
Commit
8ed9d9c
1 Parent(s): dc14e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -543,9 +543,9 @@ css = '''
543
  #custom_lora_btn{margin-top: auto;margin-bottom: 11px}
544
  #random_btn{font-size: 300%}
545
  #component-11{align-self: stretch;}
546
- footer {visibility: hidden;}
547
- '''
548
 
 
 
549
 
550
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 3600)) as app:
551
  loras_state = gr.State(loras)
 
543
  #custom_lora_btn{margin-top: auto;margin-bottom: 11px}
544
  #random_btn{font-size: 300%}
545
  #component-11{align-self: stretch;}
 
 
546
 
547
+ '''
548
+ #footer {visibility: hidden;}
549
 
550
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 3600)) as app:
551
  loras_state = gr.State(loras)