Thomas Dehaene commited on
Commit
a96791d
·
1 Parent(s): dea144d

Bump steamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import sys
11
  show_spinner=False)
12
  def install():
13
  subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])
 
14
 
15
  install()
16
 
 
11
  show_spinner=False)
12
  def install():
13
  subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])
14
+ import streamlit as st
15
 
16
  install()
17