File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default function CanvasPyInterpreter() {
7474 < div className = "card bg-base-200 w-full h-full shadow-xl" >
7575 < div className = "card-body" >
7676 < div className = "flex justify-between items-center mb-4" >
77- < span className = "text-lg font-bold" > Pyodide </ span >
77+ < span className = "text-lg font-bold" > Python Interpreter </ span >
7878 < XCloseButton
7979 className = "bg-base-100"
8080 onClick = { ( ) => setCanvasData ( null ) }
@@ -102,7 +102,7 @@ export default function CanvasPyInterpreter() {
102102 { running ? 'Running...' : 'Run' }
103103 </ button >
104104 </ div >
105- < pre className = "bg-slate-900 rounded-md grow text-gray-200 p-3" >
105+ < pre className = "bg-slate-900 rounded-md grow text-gray-200 p-3 whitespace-pre-wrap overflow-auto " >
106106 { output }
107107 </ pre >
108108 </ div >
You can’t perform that action at this time.
0 commit comments