prithivMLmods commited on
Commit
53d345b
·
verified ·
1 Parent(s): 1912e47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def progress_bar_html(label: str) -> str:
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: #f0f0f0; border-radius: 2px; overflow: hidden;">
68
- <div style="width: 100%; height: 100%; background-color: darkred; animation: loading 1.5s linear infinite;"></div>
69
  </div>
70
  </div>
71
  <style>
 
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: #f0f0f0; border-radius: 2px; overflow: hidden;">
68
+ <div style="width: 100%; height: 100%; background-color: #08ffff; animation: loading 1.5s linear infinite;"></div>
69
  </div>
70
  </div>
71
  <style>