prithivMLmods commited on
Commit
2cf24a1
·
verified ·
1 Parent(s): 80e2576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,8 +137,8 @@ def progress_bar_html(label: str) -> str:
137
  return f'''
138
  <div style="display: flex; align-items: center;">
139
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
140
- <div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
141
- <div style="width: 100%; height: 100%; background-color: #ff5900; animation: loading 1.5s linear infinite;"></div>
142
  </div>
143
  </div>
144
  <style>
 
137
  return f'''
138
  <div style="display: flex; align-items: center;">
139
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
140
+ <div style="width: 110px; height: 5px; background-color: #FFF0F5; border-radius: 2px; overflow: hidden;">
141
+ <div style="width: 100%; height: 100%; background-color: #FF69B4; animation: loading 1.5s linear infinite;"></div>
142
  </div>
143
  </div>
144
  <style>