imgar commited on
Commit
49fb88a
·
1 Parent(s): 5c8b87e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(theme="derekzen/stardust",title="[ Free Web ] Photoshop") as demo
41
  gr.HTML(
42
  f"""
43
  <iframe class="iframe" id='{PHOTOPEA_IFRAME_ID}'
44
- src = '{PHOTOPEA_MAIN_URLS}{get_photopea_url_params}'
45
  width = '{PHOTOPEA_IFRAME_WIDTH}'
46
  height = '{PHOTOPEA_IFRAME_HEIGHT}'
47
  onload = '{PHOTOPEA_IFRAME_LOADED_EVENT}(this)'>
 
41
  gr.HTML(
42
  f"""
43
  <iframe class="iframe" id='{PHOTOPEA_IFRAME_ID}'
44
+ src = '{PHOTOPEA_MAIN_URLS}{get_photopea_url_params()}'
45
  width = '{PHOTOPEA_IFRAME_WIDTH}'
46
  height = '{PHOTOPEA_IFRAME_HEIGHT}'
47
  onload = '{PHOTOPEA_IFRAME_LOADED_EVENT}(this)'>