hwberry2 commited on
Commit
e80d282
·
1 Parent(s): e330ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,3 +1,2 @@
1
- import tensorflow as tf
2
- print("TensorFlow version:", tf.__version__)
3
 
 
1
+ print("hello world")
 
2