Spaces:
Sleeping
Sleeping
adjusted code to reflect local port
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
|
|
41 |
# The iframe points to your static index.html
|
42 |
gr.HTML(
|
43 |
value="""
|
44 |
-
<iframe src="
|
45 |
"""
|
46 |
)
|
47 |
# Right Column: Chat interface (smaller column)
|
|
|
41 |
# The iframe points to your static index.html
|
42 |
gr.HTML(
|
43 |
value="""
|
44 |
+
<iframe src="http://localhost:3000" style="width:100%; height:600px; border:none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
45 |
"""
|
46 |
)
|
47 |
# Right Column: Chat interface (smaller column)
|