Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ index_html_content = """
|
|
149 |
"""
|
150 |
|
151 |
# Save index.html to the current directory
|
152 |
-
with open("index.html", "w") as f:
|
153 |
f.write(index_html_content)
|
154 |
|
155 |
# Embed index.html into Gradio UI
|
|
|
149 |
"""
|
150 |
|
151 |
# Save index.html to the current directory
|
152 |
+
with open("assets/index.html", "w") as f:
|
153 |
f.write(index_html_content)
|
154 |
|
155 |
# Embed index.html into Gradio UI
|