Decoo commited on
Commit
16c6ca2
·
1 Parent(s): 8b1287d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  # Load your custom HTML
4
  def load_html():
5
  # Load from file - replace "visualization.html" with your actual filename
6
- with open("./Viewer/viewer.v2.html", "r", encoding="utf-8") as f:
7
  return f.read()
8
 
9
  # Create the Gradio interface
 
3
  # Load your custom HTML
4
  def load_html():
5
  # Load from file - replace "visualization.html" with your actual filename
6
+ with open("./Viewer/viewer_v2.html", "r", encoding="utf-8") as f:
7
  return f.read()
8
 
9
  # Create the Gradio interface