h-siyuan commited on
Commit
a898c1e
1 Parent(s): df82682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -153,7 +153,9 @@ def build_demo(embed_mode, concurrency_count=1):
153
  f"""
154
  <div style="text-align: center; margin-bottom: 20px;">
155
  <!-- Image -->
156
- <img src="data:image/png;base64,{base64_image}" alt="ShowUI" width="320" style="margin-bottom: 10px;"/>
 
 
157
 
158
  <!-- Description -->
159
  <p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
 
153
  f"""
154
  <div style="text-align: center; margin-bottom: 20px;">
155
  <!-- Image -->
156
+ <div style="display: flex; justify-content: center;">
157
+ <img src="data:image/png;base64,{base64_image}" alt="ShowUI" width="320" style="margin-bottom: 10px;"/>
158
+ </div>
159
 
160
  <!-- Description -->
161
  <p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>