Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:
|
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>
|