DontPlanToEnd commited on
Commit
ec66e64
·
verified ·
1 Parent(s): 7d7644c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -55,10 +55,8 @@ GraInter = gr.Blocks()
55
 
56
  with GraInter:
57
  gr.HTML("""
58
- <div style="display: flex; justify-content: space-between; align-items: left;">
59
- <a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">contact</a>
60
- </div>
61
  <div style="display: flex; justify-content: space-between; align-items: center;">
 
62
  <h1 style="margin: 0;">UGI Leaderboard</h1>
63
  </div>
64
  """)
 
55
 
56
  with GraInter:
57
  gr.HTML("""
 
 
 
58
  <div style="display: flex; justify-content: space-between; align-items: center;">
59
+ <a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">contact</a>
60
  <h1 style="margin: 0;">UGI Leaderboard</h1>
61
  </div>
62
  """)