Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,9 @@ with gr.Blocks() as demo1:
|
|
108 |
btnA.click(modelA_button, inputs=None, outputs=None)
|
109 |
btnB.click(modelB_button, inputs=None, outputs=None)
|
110 |
|
111 |
-
demo = gr.TabbedInterface([demo1, demo2], ["Chat Arena", "Leaderboard"]
|
|
|
|
|
112 |
|
113 |
if __name__ == "__main__":
|
114 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
108 |
btnA.click(modelA_button, inputs=None, outputs=None)
|
109 |
btnB.click(modelB_button, inputs=None, outputs=None)
|
110 |
|
111 |
+
demo = gr.TabbedInterface([demo1, demo2], ["Chat Arena", "Leaderboard"], """<h1 align='center'>SmolLM Arena</h1>
|
112 |
+
<h2 align='center'>Cast your vote to choose the best Small Language Model (100M-1.7B)!🚀</h2>
|
113 |
+
<h3 align='center'>[<a href="https://github.com/AstraBert/smollm-arena">GitHub</a>] [<a href="https://github.com/AstraBert/smollm-arena?tab=readme-ov-file#usage">Usage Guide</a>]""")
|
114 |
|
115 |
if __name__ == "__main__":
|
116 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|