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