kmaurinjones commited on
Commit
5a1f2b8
1 Parent(s): 1745523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import pandas as pd
3
  from songscope import *
 
4
 
5
  # main header
6
  st.title("SongScope")
 
1
  import streamlit as st
2
  import pandas as pd
3
  from songscope import *
4
+ !python -m pip install --upgrade pip
5
 
6
  # main header
7
  st.title("SongScope")