hckvps commited on
Commit
8430b56
·
verified ·
1 Parent(s): ac62b2d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -7,8 +7,7 @@
7
 
8
  <body>
9
  <p>
10
- You can execute any Python code. Just enter something in the box below and
11
- click the button.
12
  </p>
13
  <input id="code" value="sum([1, 2, 3, 4, 5])" />
14
  <button onclick="evaluatePython()">Run</button>
 
7
 
8
  <body>
9
  <p>
10
+ Type python code here. Powered by your browser ™️
 
11
  </p>
12
  <input id="code" value="sum([1, 2, 3, 4, 5])" />
13
  <button onclick="evaluatePython()">Run</button>