Update index.html
Browse files- 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>
|