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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,7 +7,7 @@
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>
 
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>