prithivMLmods commited on
Commit
390dfe5
·
verified ·
1 Parent(s): 7fc6af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def progress_bar_html(label: str) -> str:
59
  return f'''
60
  <div style="display: flex; align-items: center;">
61
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
62
- <div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
63
  <div style="width: 100%; height: 100%; background-color: #FF00FF; animation: loading 1.5s linear infinite;"></div>
64
  </div>
65
  </div>
 
59
  return f'''
60
  <div style="display: flex; align-items: center;">
61
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
62
+ <div style="width: 110px; height: 5px; background-color: #DDA0DD; border-radius: 2px; overflow: hidden;">
63
  <div style="width: 100%; height: 100%; background-color: #FF00FF; animation: loading 1.5s linear infinite;"></div>
64
  </div>
65
  </div>