fschwartzer commited on
Commit
971496c
·
verified ·
1 Parent(s): 4d7a303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -122,9 +122,9 @@ title_html = """
122
  font-family: 'Quicksand', sans-serif;
123
  }}
124
  </style>
125
- <span style='color: gray; font-size: 50px;'>aval</span>
126
  <span style='color: #edb600; font-size: 50px;'>ia</span>
127
- <span style='color: gray; font-size: 50px;'>.NEXUS</span>
128
  """
129
 
130
  # Set font to 'Quicksand' for factor_html
@@ -138,9 +138,9 @@ factor_html = """
138
  }}
139
  </style>
140
  <a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
141
- <span style='color: gray; font-size: 20px;'>aval</span>
142
  <span style='color: #edb600; font-size: 20px;'>ia</span>
143
- <span style='color: gray; font-size: 20px;'>.FACTOR</span>
144
  """
145
 
146
  # Set font to 'Quicksand' for evo_html
@@ -154,9 +154,9 @@ evo_html = """
154
  }}
155
  </style>
156
  <a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
157
- <span style='color: gray; font-size: 20px;'>aval</span>
158
  <span style='color: #edb600; font-size: 20px;'>ia</span>
159
- <span style='color: gray; font-size: 20px;'>.EVO</span>
160
  """
161
 
162
 
 
122
  font-family: 'Quicksand', sans-serif;
123
  }}
124
  </style>
125
+ <span style='color: #566f71; font-size: 50px;'>aval</span>
126
  <span style='color: #edb600; font-size: 50px;'>ia</span>
127
+ <span style='color: #566f71; font-size: 50px;'>.NEXUS</span>
128
  """
129
 
130
  # Set font to 'Quicksand' for factor_html
 
138
  }}
139
  </style>
140
  <a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
141
+ <span style='color: #566f71; font-size: 20px;'>aval</span>
142
  <span style='color: #edb600; font-size: 20px;'>ia</span>
143
+ <span style='color: #566f71; font-size: 20px;'>.FACTOR</span>
144
  """
145
 
146
  # Set font to 'Quicksand' for evo_html
 
154
  }}
155
  </style>
156
  <a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
157
+ <span style='color: #566f71; font-size: 20px;'>aval</span>
158
  <span style='color: #edb600; font-size: 20px;'>ia</span>
159
+ <span style='color: #566f71; font-size: 20px;'>.EVO</span>
160
  """
161
 
162