dcoste commited on
Commit
81879c4
1 Parent(s): 77ab196

requirements.txt fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
  import os
7
  import time
8
 
9
- os.system("pip install -r requirements.txt")
10
  BG_COLOR = (0, 0, 0)
11
  fullscreen = True
12
 
 
6
  import os
7
  import time
8
 
9
+ # os.system("pip install -r requirements.txt")
10
  BG_COLOR = (0, 0, 0)
11
  fullscreen = True
12