BestWishYsh commited on
Commit
506bbac
·
verified ·
1 Parent(s): f398d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -164,6 +164,11 @@ block = gr.Blocks()
164
 
165
 
166
  with block:
 
 
 
 
 
167
  gr.Markdown(
168
  LEADERBORAD_INTRODUCTION
169
  )
 
164
 
165
 
166
  with block:
167
+ gr.HTML("""
168
+ <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
169
+ <img src=‘https://www.pnglog.com/MqiNJ0.jpg style='width: 600px; height: auto; margin-right: 10px;' />
170
+ </div>
171
+ """)
172
  gr.Markdown(
173
  LEADERBORAD_INTRODUCTION
174
  )