gaspar-avit commited on
Commit
1a4a97e
·
1 Parent(s): 2be06a2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.18.0"])
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