Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
af3bf18
1
Parent(s):
fac9697
Update app.py
Browse files
app.py
CHANGED
@@ -81,16 +81,16 @@ title_html = """
|
|
81 |
|
82 |
factor_html = """
|
83 |
<a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
|
84 |
-
<span style='color: gray; font-size:
|
85 |
-
<span style='color: white; font-size:
|
86 |
-
<span style='color: gray; font-size:
|
87 |
"""
|
88 |
|
89 |
evo_html = """
|
90 |
<a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
|
91 |
-
<span style='color: gray; font-size:
|
92 |
-
<span style='color: white; font-size:
|
93 |
-
<span style='color: gray; font-size:
|
94 |
"""
|
95 |
|
96 |
# Create a sidebar for controls
|
|
|
81 |
|
82 |
factor_html = """
|
83 |
<a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
|
84 |
+
<span style='color: gray; font-size: 20px;'>aval</span>
|
85 |
+
<span style='color: white; font-size: 20px;'>ia</span>
|
86 |
+
<span style='color: gray; font-size: 20px;'>.FACTOR</span>
|
87 |
"""
|
88 |
|
89 |
evo_html = """
|
90 |
<a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
|
91 |
+
<span style='color: gray; font-size: 20px;'>aval</span>
|
92 |
+
<span style='color: white; font-size: 20px;'>ia</span>
|
93 |
+
<span style='color: gray; font-size: 20px;'>.EVO</span>
|
94 |
"""
|
95 |
|
96 |
# Create a sidebar for controls
|