prithivMLmods commited on
Commit
d5e8fd0
·
verified ·
1 Parent(s): 3b057f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ def progress_bar_html(label: str) -> str:
43
  return f'''
44
  <div style="display: flex; align-items: center;">
45
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
46
- <div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
47
- <div style="width: 100%; height: 100%; background-color: #ff0000; animation: loading 1.5s linear infinite;"></div>
48
  </div>
49
  </div>
50
  <style>
 
43
  return f'''
44
  <div style="display: flex; align-items: center;">
45
  <span style="margin-right: 10px; font-size: 14px;">{label}</span>
46
+ <div style="width: 110px; height: 5px; background-color: #FFA07A; border-radius: 2px; overflow: hidden;">
47
+ <div style="width: 100%; height: 100%; background-color: #FF4500; animation: loading 1.5s linear infinite;"></div>
48
  </div>
49
  </div>
50
  <style>