multimodalart HF staff commited on
Commit
32f4f02
1 Parent(s): ef32a94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -454,7 +454,7 @@ css = '''
454
  #progress .generating{display:none}
455
  .progress-container {width: 100%;height: 30px;background-color: #f0f0f0;border-radius: 15px;overflow: hidden;margin-bottom: 20px}
456
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
457
- .button_total{height: 100%}
458
  #loaded_loras [data-testid="block-info"]{font-size:80%}
459
  #custom_lora_structure{background: var(--block-background-fill)}
460
  #custom_lora_btn{margin-top: auto;margin-bottom: 11px}
 
454
  #progress .generating{display:none}
455
  .progress-container {width: 100%;height: 30px;background-color: #f0f0f0;border-radius: 15px;overflow: hidden;margin-bottom: 20px}
456
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
457
+ .button_total{height: 100%; align-self: stretch;}
458
  #loaded_loras [data-testid="block-info"]{font-size:80%}
459
  #custom_lora_structure{background: var(--block-background-fill)}
460
  #custom_lora_btn{margin-top: auto;margin-bottom: 11px}