We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171b4b4 commit 65f137dCopy full SHA for 65f137d
src/App.js
@@ -18,7 +18,7 @@ function App() {
18
const [output, setOutput] = useState('');
19
const [processing, setProcessing] = useState(false);
20
const [percentageStage, setPercentageStage] = useState(0);
21
- const [selected, setSelected] = useState('PYTHON');
+ const [selected, setSelected] = useState('python');
22
const [input, setInput] = useState('');
23
const [python, setpython] = useState('');
24
const [modal, setModal] = useState(false);
0 commit comments