We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df2b5 commit 18ea1e0Copy full SHA for 18ea1e0
1 file changed
render_static.html
@@ -141,10 +141,10 @@ <h3>Uncertainty Map</h3>
141
142
<script>
143
const jsonUrls = [
144
- "Outputs/Analysis/airplane_grey/z/interactive_plot.json",
145
- "Outputs/Analysis/airplane_grey/x/interactive_plot.json",
146
- "Outputs/Analysis/chair/y/interactive_plot.json",
147
- "Outputs/Analysis/dozer/y/interactive_plot.json"
+ "assets/Interact/airplane_grey/z/interactive_plot.json",
+ "assets/Interact/airplane_grey/x/interactive_plot.json",
+ "assets/Interact/chair/y/interactive_plot.json",
+ "assets/Interact/dozer/y/interactive_plot.json"
148
];
149
150
jsonUrls.forEach((jsonUrl, index) => {
0 commit comments