Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ def progress_bar_html(label: str) -> str:
|
|
91 |
return f'''
|
92 |
<div style="display: flex; align-items: center;">
|
93 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
94 |
-
<div style="width: 110px; height: 5px; background-color: #
|
95 |
-
<div style="width: 100%; height: 100%; background-color: #
|
96 |
</div>
|
97 |
</div>
|
98 |
<style>
|
|
|
91 |
return f'''
|
92 |
<div style="display: flex; align-items: center;">
|
93 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
94 |
+
<div style="width: 110px; height: 5px; background-color: #B0E0E6; border-radius: 2px; overflow: hidden;">
|
95 |
+
<div style="width: 100%; height: 100%; background-color: #00FFFF; animation: loading 1.5s linear infinite;"></div>
|
96 |
</div>
|
97 |
</div>
|
98 |
<style>
|