Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def progress_bar_html(label: str) -> str:
|
|
59 |
return f'''
|
60 |
<div style="display: flex; align-items: center;">
|
61 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
62 |
-
<div style="width: 110px; height: 5px; background-color: #
|
63 |
<div style="width: 100%; height: 100%; background-color: #FF00FF; animation: loading 1.5s linear infinite;"></div>
|
64 |
</div>
|
65 |
</div>
|
|
|
59 |
return f'''
|
60 |
<div style="display: flex; align-items: center;">
|
61 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
62 |
+
<div style="width: 110px; height: 5px; background-color: #DDA0DD; border-radius: 2px; overflow: hidden;">
|
63 |
<div style="width: 100%; height: 100%; background-color: #FF00FF; animation: loading 1.5s linear infinite;"></div>
|
64 |
</div>
|
65 |
</div>
|