Spaces:
Sleeping
Sleeping
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/
|
| 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
|