Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ def progress_bar_html(label: str) -> str:
|
|
43 |
return f'''
|
44 |
<div style="display: flex; align-items: center;">
|
45 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
46 |
-
<div style="width: 110px; height: 5px; background-color: #
|
47 |
-
<div style="width: 100%; height: 100%; background-color: #
|
48 |
</div>
|
49 |
</div>
|
50 |
<style>
|
|
|
43 |
return f'''
|
44 |
<div style="display: flex; align-items: center;">
|
45 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
46 |
+
<div style="width: 110px; height: 5px; background-color: #FFA07A; border-radius: 2px; overflow: hidden;">
|
47 |
+
<div style="width: 100%; height: 100%; background-color: #FF4500; animation: loading 1.5s linear infinite;"></div>
|
48 |
</div>
|
49 |
</div>
|
50 |
<style>
|