prithivMLmods commited on
Commit
2257031
·
verified ·
1 Parent(s): f7df67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ def progress_bar_html(label: str) -> str:
91
  return f'''
92
  <div style="display: flex; align-items: center;">
93
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
94
- <div style="width: 110px; height: 5px; background-color: #DC143C; border-radius: 2px; overflow: hidden;">
95
- <div style="width: 100%; height: 100%; background-color: #FF0000; animation: loading 1.5s linear infinite;"></div>
96
  </div>
97
  </div>
98
  <style>
 
91
  return f'''
92
  <div style="display: flex; align-items: center;">
93
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
94
+ <div style="width: 110px; height: 5px; background-color: #B0E0E6; border-radius: 2px; overflow: hidden;">
95
+ <div style="width: 100%; height: 100%; background-color: #00FFFF; animation: loading 1.5s linear infinite;"></div>
96
  </div>
97
  </div>
98
  <style>