Weyaxi commited on
Commit
c8a7108
1 Parent(s): 10ebec1

reduce font size of the warning text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ The leaderboard's backend mainly runs on the [Hugging Face Hub API](https://hugg
48
 
49
  with gr.Blocks() as demo:
50
  gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
51
- gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 50px; color: red;">DON'T SPAM MODELS!</h1>""")
52
- gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 30px; color: red;">I understand why you are angry, but spamming won't change anything!</h1>""")
53
 
54
  gr.Markdown(gradio_desc)
55
 
 
48
 
49
  with gr.Blocks() as demo:
50
  gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
51
+ gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 40px; color: red;">DON'T SPAM MODELS!</h1>""")
52
+ gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 25px; color: red;">I understand why you are angry, but spamming won't change anything!</h1>""")
53
 
54
  gr.Markdown(gradio_desc)
55