Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ def progress_bar_html(label: str) -> str:
|
|
64 |
return f'''
|
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: #
|
68 |
-
<div style="width: 100%; height: 100%; background-color: #
|
69 |
</div>
|
70 |
</div>
|
71 |
<style>
|
|
|
64 |
return f'''
|
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: #AFEEEE; border-radius: 2px; overflow: hidden;">
|
68 |
+
<div style="width: 100%; height: 100%; background-color: #00FFFF; animation: loading 1.5s linear infinite;"></div>
|
69 |
</div>
|
70 |
</div>
|
71 |
<style>
|