Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
4b50099
1
Parent(s):
31b14f5
Update app.py
Browse files
app.py
CHANGED
@@ -257,6 +257,7 @@ with gr.Blocks() as leaderboard:
|
|
257 |
|
258 |
with gr.Blocks() as vote:
|
259 |
gr.Markdown(INSTR)
|
|
|
260 |
with gr.Row():
|
261 |
gr.HTML('<div align="left"><h3>Model A</h3></div>')
|
262 |
gr.HTML('<div align="right"><h3>Model B</h3></div>')
|
|
|
257 |
|
258 |
with gr.Blocks() as vote:
|
259 |
gr.Markdown(INSTR)
|
260 |
+
gr.LoginButton()
|
261 |
with gr.Row():
|
262 |
gr.HTML('<div align="left"><h3>Model A</h3></div>')
|
263 |
gr.HTML('<div align="right"><h3>Model B</h3></div>')
|