Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -685,15 +685,15 @@ with demo:
|
|
685 |
gr.HTML(f"""
|
686 |
<div class="about-card" style="text-align: center;">
|
687 |
<div class="about-card-icon">π</div>
|
688 |
-
<div style="font-size: 2em; font-weight: bold; color: #00875a;">{
|
689 |
-
<div style="font-size: 1.1em; color: #666;">
|
690 |
</div>
|
691 |
""")
|
692 |
with gr.Column(scale=1):
|
693 |
gr.HTML(f"""
|
694 |
<div class="about-card" style="text-align: center;">
|
695 |
<div class="about-card-icon">π
</div>
|
696 |
-
<div style="font-size: 2em; font-weight: bold; color: #b58a00;">{
|
697 |
<div style="font-size: 1.1em; color: #666;">Performance Domains</div>
|
698 |
</div>
|
699 |
""")
|
|
|
685 |
gr.HTML(f"""
|
686 |
<div class="about-card" style="text-align: center;">
|
687 |
<div class="about-card-icon">π</div>
|
688 |
+
<div style="font-size: 2em; font-weight: bold; color: #00875a;">{50}</div>
|
689 |
+
<div style="font-size: 1.1em; color: #666;">Competitions</div>
|
690 |
</div>
|
691 |
""")
|
692 |
with gr.Column(scale=1):
|
693 |
gr.HTML(f"""
|
694 |
<div class="about-card" style="text-align: center;">
|
695 |
<div class="about-card-icon">π
</div>
|
696 |
+
<div style="font-size: 2em; font-weight: bold; color: #b58a00;">{4}</div>
|
697 |
<div style="font-size: 1.1em; color: #666;">Performance Domains</div>
|
698 |
</div>
|
699 |
""")
|