Update app.py
Browse files
app.py
CHANGED
|
@@ -393,29 +393,27 @@ block_css = """
|
|
| 393 |
footer {
|
| 394 |
display:none !important
|
| 395 |
}
|
| 396 |
-
.image-
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
}
|
| 401 |
-
.image-container img {
|
| 402 |
-
margin: 0 30px;
|
| 403 |
-
height: 20px;
|
| 404 |
max-height: 100%;
|
| 405 |
width: auto;
|
| 406 |
-
|
| 407 |
}
|
| 408 |
"""
|
| 409 |
|
| 410 |
acknowledgment_md = """
|
| 411 |
### Acknowledgment
|
| 412 |
-
|
| 413 |
-
|
| 414 |
-
|
| 415 |
-
<img src="https://
|
| 416 |
-
<img src="https://
|
| 417 |
-
<img src="https://
|
| 418 |
-
<img src="https://
|
|
|
|
|
|
|
| 419 |
</div>
|
| 420 |
"""
|
| 421 |
|
|
|
|
| 393 |
footer {
|
| 394 |
display:none !important
|
| 395 |
}
|
| 396 |
+
.sponsor-image-about img {
|
| 397 |
+
margin: 0 20px;
|
| 398 |
+
margin-top: 20px;
|
| 399 |
+
height: 40px;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 400 |
max-height: 100%;
|
| 401 |
width: auto;
|
| 402 |
+
float: left;
|
| 403 |
}
|
| 404 |
"""
|
| 405 |
|
| 406 |
acknowledgment_md = """
|
| 407 |
### Acknowledgment
|
| 408 |
+
We thank [Kaggle](https://www.kaggle.com/), [MBZUAI](https://mbzuai.ac.ae/), [a16z](https://www.a16z.com/), [Together AI](https://www.together.ai/), [Anyscale](https://www.anyscale.com/), [HuggingFace](https://huggingface.co/) for their generous [sponsorship](https://lmsys.org/donations/).
|
| 409 |
+
|
| 410 |
+
<div class="sponsor-image-about">
|
| 411 |
+
<img src="https://storage.googleapis.com/public-arena-asset/kaggle.png" alt="Kaggle">
|
| 412 |
+
<img src="https://storage.googleapis.com/public-arena-asset/mbzuai.jpeg" alt="MBZUAI">
|
| 413 |
+
<img src="https://storage.googleapis.com/public-arena-asset/a16z.jpeg" alt="a16z">
|
| 414 |
+
<img src="https://storage.googleapis.com/public-arena-asset/together.png" alt="Together AI">
|
| 415 |
+
<img src="https://storage.googleapis.com/public-arena-asset/anyscale.png" alt="AnyScale">
|
| 416 |
+
<img src="https://storage.googleapis.com/public-arena-asset/huggingface.png" alt="HuggingFace">
|
| 417 |
</div>
|
| 418 |
"""
|
| 419 |
|