Spaces:
Build error
Build error
Thomas Dehaene
commited on
Commit
·
a96791d
1
Parent(s):
dea144d
Bump steamlit
Browse files
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 |
|