We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038352 commit c9e38cdCopy full SHA for c9e38cd
docs/javascript/demo.js
@@ -2,6 +2,6 @@ const urlParams = new URLSearchParams(window.location.search);
2
const demoParam = urlParams.get('demo') || '';
3
4
const iframe = document.createElement('iframe');
5
-iframe.src = 'https://mesop-tdcukehw6q-uc.a.run.app/' + demoParam;
+iframe.src = 'https://wwwillchen-mesop.hf.space/' + demoParam;
6
iframe.className = 'full-screen-iframe';
7
document.body.appendChild(iframe);
0 commit comments