Omnibus commited on
Commit
686f16f
·
1 Parent(s): d16530a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(css="style.css") as app:
42
  with gr.Tab("iFrame"):
43
  gr.HTML("""
44
  <div>
45
- <iframe src="https://lumalabs.ai/embed/2b2112cd-9aa0-44f3-88b3-fde365066a3b?mode=sparkles&background=%23ffffff&color=%23000000&showTitle=true&loadBg=true&logoPosition=bottom-left&infoPosition=bottom-right&cinematicVideo=undefined&showMenu=false" width="500" height="500" frameborder="0" title="luma embed" style="border: none;"></iframe>
46
  </div>
47
  """)
48
  app.load(None,None,None,_js=load_js)
 
42
  with gr.Tab("iFrame"):
43
  gr.HTML("""
44
  <div>
45
+ <iframe src="https://lumalabs.ai/embed/2b2112cd-9aa0-44f3-88b3-fde365066a3b?mode=sparkles&background=%23ffffff&color=%23000000&showTitle=true&loadBg=true&logoPosition=bottom-left&infoPosition=bottom-right&cinematicVideo=undefined&showMenu=false" width="100%" height="1000" frameborder="0" title="luma embed" style="border: none;"></iframe>
46
  </div>
47
  """)
48
  app.load(None,None,None,_js=load_js)