Spaces:
Runtime error
Runtime error
gaspar-avit
commited on
Commit
·
1a4a97e
1
Parent(s):
2be06a2
Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
# Install newer version of streamlit
|
5 |
import subprocess
|
6 |
import sys
|
7 |
-
subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==1.
|
8 |
|
9 |
|
10 |
import streamlit as st
|
|
|
4 |
# Install newer version of streamlit
|
5 |
import subprocess
|
6 |
import sys
|
7 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==1.19.0"])
|
8 |
|
9 |
|
10 |
import streamlit as st
|