Thomas Dehaene commited on
Commit
4230a5d
·
1 Parent(s): af1842e

Update streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import subprocess
6
  import sys
7
  import logging
8
  import importlib
 
9
 
10
  def install():
11
  subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])
 
6
  import sys
7
  import logging
8
  import importlib
9
+ import streamlit
10
 
11
  def install():
12
  subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])