dcoste commited on
Commit
bec1327
1 Parent(s): 9ea7d32
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import streamlit as st
6
  import os
7
  import time
8
 
9
- # os.system("pip install -r requirements.txt")
10
- # os.system("pip install --upgrade pip")
11
  BG_COLOR = (0, 0, 0)
12
  fullscreen = True
13
 
 
6
  import os
7
  import time
8
 
9
+ os.system("pip install -r requirements.txt")
10
+ os.system("pip install --upgrade pip")
11
  BG_COLOR = (0, 0, 0)
12
  fullscreen = True
13