rohankaran commited on
Commit
999505a
1 Parent(s): ef59d27

Update CSS styling and add footer links in app.py

Browse files

Updated 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.

Files changed (1) hide show
  1. app.py +1 -1
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(