h-siyuan commited on
Commit
a7ff9c4
·
verified ·
1 Parent(s): 815dec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -174,13 +174,13 @@ with open("./assets/showui.png", "rb") as image_file:
174
  examples = [
175
  ["./examples/app_store.png", "Download Kindle.", True],
176
  ["./examples/ios_setting.png", "Turn off Do not disturb.", True],
177
- ["./examples/apple_music.png", "Star to favorite.", True],
178
- ["./examples/map.png", "Boston.", True],
179
- ["./examples/wallet.png", "Scan a QR code.", True],
180
- ["./examples/word.png", "More shapes.", True],
181
- ["./examples/web_shopping.png", "Proceed to checkout.", True],
182
- ["./examples/web_forum.png", "Post my comment.", True],
183
- ["./examples/safari_google.png", "Click on search bar.", True],
184
  ]
185
 
186
  def build_demo(embed_mode, concurrency_count=1):
@@ -261,7 +261,7 @@ def build_demo(embed_mode, concurrency_count=1):
261
 
262
  gr.HTML(
263
  """
264
- <p><strong>🤔 Good or bad? Rate your experience to help us improve!</strong></p>
265
  """
266
  )
267
  with gr.Row(elem_id="action-buttons", equal_height=True):
 
174
  examples = [
175
  ["./examples/app_store.png", "Download Kindle.", True],
176
  ["./examples/ios_setting.png", "Turn off Do not disturb.", True],
177
+ # ["./examples/apple_music.png", "Star to favorite.", True],
178
+ # ["./examples/map.png", "Boston.", True],
179
+ # ["./examples/wallet.png", "Scan a QR code.", True],
180
+ # ["./examples/word.png", "More shapes.", True],
181
+ # ["./examples/web_shopping.png", "Proceed to checkout.", True],
182
+ # ["./examples/web_forum.png", "Post my comment.", True],
183
+ # ["./examples/safari_google.png", "Click on search bar.", True],
184
  ]
185
 
186
  def build_demo(embed_mode, concurrency_count=1):
 
261
 
262
  gr.HTML(
263
  """
264
+ <p><strong>🤔 Good or bad? Rate your experience to help us improve! ⬇️</strong></p>
265
  """
266
  )
267
  with gr.Row(elem_id="action-buttons", equal_height=True):