prithivMLmods commited on
Commit
fd93fa3
·
verified ·
1 Parent(s): 8a3b32b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ 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: #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>
 
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: #FFA07A; 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>