prithivMLmods commited on
Commit
538e973
·
verified ·
1 Parent(s): d97def4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ def progress_bar_html(label: str) -> str:
128
  return f'''
129
  <div style="display: flex; align-items: center;">
130
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
131
- <div style="width: 110px; height: 5px; background-color: #FFF0F5; border-radius: 2px; overflow: hidden;">
132
- <div style="width: 100%; height: 100%; background-color: #FF69B4; animation: loading 1.5s linear infinite;"></div>
133
  </div>
134
  </div>
135
  <style>
 
128
  return f'''
129
  <div style="display: flex; align-items: center;">
130
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
131
+ <div style="width: 110px; height: 5px; background-color: #FFA07A; border-radius: 2px; overflow: hidden;">
132
+ <div style="width: 100%; height: 100%; background-color: #FF4500; animation: loading 1.5s linear infinite;"></div>
133
  </div>
134
  </div>
135
  <style>