DontPlanToEnd
commited on
Commit
•
064ce80
1
Parent(s):
ec66e64
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,10 @@ GraInter = gr.Blocks()
|
|
55 |
|
56 |
with GraInter:
|
57 |
gr.HTML("""
|
58 |
-
<div style="display: flex;
|
59 |
-
<
|
|
|
|
|
60 |
<h1 style="margin: 0;">UGI Leaderboard</h1>
|
61 |
</div>
|
62 |
""")
|
|
|
55 |
|
56 |
with GraInter:
|
57 |
gr.HTML("""
|
58 |
+
<div style="display: flex; flex-direction: column; align-items: center;">
|
59 |
+
<div style="align-self: flex-end;">
|
60 |
+
<a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">contact</a>
|
61 |
+
</div>
|
62 |
<h1 style="margin: 0;">UGI Leaderboard</h1>
|
63 |
</div>
|
64 |
""")
|