kaixinwang commited on
Commit
6432a5c
·
1 Parent(s): d7676a5

Update app.py

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