prithivMLmods commited on
Commit
9f32675
·
verified ·
1 Parent(s): cb5fa50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def progress_bar_html(label: str) -> str:
64
  return f'''
65
  <div style="display: flex; align-items: center;">
66
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
67
- <div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
68
- <div style="width: 100%; height: 100%; background-color: #08ffff; animation: loading 1.5s linear infinite;"></div>
69
  </div>
70
  </div>
71
  <style>
 
64
  return f'''
65
  <div style="display: flex; align-items: center;">
66
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
67
+ <div style="width: 110px; height: 5px; background-color: #AFEEEE; border-radius: 2px; overflow: hidden;">
68
+ <div style="width: 100%; height: 100%; background-color: #00FFFF; animation: loading 1.5s linear infinite;"></div>
69
  </div>
70
  </div>
71
  <style>