prithivMLmods commited on
Commit
36ebfe1
·
verified ·
1 Parent(s): 21aef35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def progress_bar_html(label: str) -> str:
19
  return f'''
20
  <div style="display: flex; align-items: center;">
21
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
22
- <div style="width: 110px; height: 5px; background-color: #8FBC8B; border-radius: 2px; overflow: hidden;">
23
- <div style="width: 100%; height: 100%; background-color: #00FA9A ; animation: loading 1.5s linear infinite;"></div>
24
  </div>
25
  </div>
26
  <style>
 
19
  return f'''
20
  <div style="display: flex; align-items: center;">
21
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
22
+ <div style="width: 110px; height: 5px; background-color: #FFB6C1; border-radius: 2px; overflow: hidden;">
23
+ <div style="width: 100%; height: 100%; background-color: #FF69B4 ; animation: loading 1.5s linear infinite;"></div>
24
  </div>
25
  </div>
26
  <style>