Weyaxi commited on
Commit
5ffee52
1 Parent(s): b8a8da1

remove don't spam text

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -48,9 +48,6 @@ 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: 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
 
56
  with gr.Row(equal_height=False):
 
48
 
49
  with gr.Blocks() as demo:
50
  gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
 
 
 
51
  gr.Markdown(gradio_desc)
52
 
53
  with gr.Row(equal_height=False):