kmaurinjones commited on
Commit
87f95e1
1 Parent(s): 16817ae

Update app.py

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