Skip to content

Commit 6c02d32

Browse files
committed
Fix small error in the snippet
1 parent f79082a commit 6c02d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tensor-GOT-Polymer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2>Instalation of Tensorflow</h2>
156156
</code></pre>
157157
<p>Great! Now you should have your instalation complete. You can test in your console typing in python</p>
158158
<pre><code>
159-
>>> import tensorflow
159+
>>> import tensorflow as tf
160160
>>> hello = tf.constant('Hello, Tensorflow!')
161161
>>> sess = tf.Session()
162162
>>> sess.run(hello)

0 commit comments

Comments
 (0)