Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
rohankaran
commited on
Commit
•
999505a
1
Parent(s):
ef59d27
Update CSS styling and add footer links in app.py
Browse filesUpdated CSS to include width and text alignment properties improving the presentation of the application. The footer was also enhanced by adding links to Blog, Twitter, LinkedIn and forms for users interested in AI evaluator roles or stress testing their AI models.
app.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks(
|
|
259 |
"""
|
260 |
[Blog](https://huggingface.co/blog/arena-lighthouz) | [Twitter](https://twitter.com/lighthouzai) | [LinkedIn](https://www.linkedin.com/company/lighthouz-ai) | [Want to continue the fun? Sign up to be an AI evaluator](https://forms.gle/NBS7e7tav5ZYgoWK9) | [Want to get your AI models stress tested? Sign up here](https://forms.gle/ecM1eCxFeraoVDgH7)
|
261 |
""",
|
262 |
-
elem_classes=["w-100", "text-center"]
|
263 |
)
|
264 |
with gr.Tab(label="⚔️ Arena"):
|
265 |
gr.Markdown(
|
|
|
259 |
"""
|
260 |
[Blog](https://huggingface.co/blog/arena-lighthouz) | [Twitter](https://twitter.com/lighthouzai) | [LinkedIn](https://www.linkedin.com/company/lighthouz-ai) | [Want to continue the fun? Sign up to be an AI evaluator](https://forms.gle/NBS7e7tav5ZYgoWK9) | [Want to get your AI models stress tested? Sign up here](https://forms.gle/ecM1eCxFeraoVDgH7)
|
261 |
""",
|
262 |
+
elem_classes=["w-100", "text-center"],
|
263 |
)
|
264 |
with gr.Tab(label="⚔️ Arena"):
|
265 |
gr.Markdown(
|