kaixinwang commited on
Commit
d7676a5
·
1 Parent(s): 94e8426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  import numpy as np
3
  import tensorflow as tf
 
1
+ !pip install tensorflow
2
+ !pip install numpy
3
+
4
  import streamlit as st
5
  import numpy as np
6
  import tensorflow as tf