Skip to content

Commit 65f137d

Browse files
committed
chore: adds more languages support
1 parent 171b4b4 commit 65f137d

File tree

2 files changed

+195
-87
lines changed

2 files changed

+195
-87
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function App() {
1818
const [output, setOutput] = useState('');
1919
const [processing, setProcessing] = useState(false);
2020
const [percentageStage, setPercentageStage] = useState(0);
21-
const [selected, setSelected] = useState('PYTHON');
21+
const [selected, setSelected] = useState('python');
2222
const [input, setInput] = useState('');
2323
const [python, setpython] = useState('');
2424
const [modal, setModal] = useState(false);

0 commit comments

Comments
 (0)