cedenoruel commited on
Commit
84e6742
·
verified ·
1 Parent(s): 808caef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
 
3
  import subprocess
4
 
5
- subprocess.run(["pip", "install", "." "-r", "requirements.txt"])
6
 
7
  def home_page():
8
  st.markdown("######")
 
2
 
3
  import subprocess
4
 
5
+ #subprocess.run(["pip", "install", "." "-r", "requirements.txt"])
6
 
7
  def home_page():
8
  st.markdown("######")