Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ load_js=f"""
|
|
18 |
console.log(adsURL);
|
19 |
myIframe.src = adsURL;
|
20 |
"""
|
|
|
21 |
|
22 |
with gr.Blocks() as app:
|
23 |
gr.HTML(f"""
|
@@ -25,7 +26,6 @@ with gr.Blocks() as app:
|
|
25 |
<div id="demo">
|
26 |
<iframe
|
27 |
id="myIframe"
|
28 |
-
src="https://omnibus-game-test-static.static.hf.space?sky={sky}&platform={platform}&star={star}&bomb={bomb}&dude={dude}"
|
29 |
frameborder="0"
|
30 |
width="100%"
|
31 |
height="100%"
|
|
|
18 |
console.log(adsURL);
|
19 |
myIframe.src = adsURL;
|
20 |
"""
|
21 |
+
# src="https://omnibus-game-test-static.static.hf.space?sky={sky}&platform={platform}&star={star}&bomb={bomb}&dude={dude}"
|
22 |
|
23 |
with gr.Blocks() as app:
|
24 |
gr.HTML(f"""
|
|
|
26 |
<div id="demo">
|
27 |
<iframe
|
28 |
id="myIframe"
|
|
|
29 |
frameborder="0"
|
30 |
width="100%"
|
31 |
height="100%"
|