BestWishYsh commited on
Commit
5803f3b
·
verified ·
1 Parent(s): 2fc3092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -160,10 +160,12 @@ examples_images = [
160
  ]
161
 
162
  with gr.Blocks() as demo:
 
 
 
 
 
163
  gr.Markdown("""
164
- <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
165
- <img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
166
- </div>
167
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
168
  ConsisID-Preview Space
169
  </div>
 
160
  ]
161
 
162
  with gr.Blocks() as demo:
163
+ gr.HTML("""
164
+ <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
165
+ <img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
166
+ </div>
167
+ """)
168
  gr.Markdown("""
 
 
 
169
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
170
  ConsisID-Preview Space
171
  </div>