prithivMLmods commited on
Commit
4965c35
·
verified ·
1 Parent(s): b524ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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