diff --git a/frontend/src/_helpers/utils.js b/frontend/src/_helpers/utils.js
index 6ddb6a5026..58f9ecb562 100644
--- a/frontend/src/_helpers/utils.js
+++ b/frontend/src/_helpers/utils.js
@@ -704,7 +704,7 @@ export const generateAppActions = (_ref, queryId, mode, editorState, isPreview =
export const loadPyodide = async () => {
try {
- const pyodide = await window.loadPyodide({ indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.22.0/full/' });
+ const pyodide = await window.loadPyodide({ indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.23.2/full/' });
return pyodide;
} catch (error) {
console.log('loadPyodide error', error);
diff --git a/frontend/src/index.ejs b/frontend/src/index.ejs
index caf0e97395..55e7757a21 100644
--- a/frontend/src/index.ejs
+++ b/frontend/src/index.ejs
@@ -68,7 +68,7 @@
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap"
rel="stylesheet"
/>
-
+