ahmad-fakhar
commited on
Commit
β’
69e9ddf
1
Parent(s):
6ee122a
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def classify_audio(audio_file):
|
|
78 |
os.unlink(wav_file) # Remove the temp file
|
79 |
|
80 |
# Page title and subtitle
|
81 |
-
st.markdown("<h1 class='main-title'>π΅
|
82 |
st.markdown("<p class='sub-title'>Upload a music file and let AI detect its genre!</p>", unsafe_allow_html=True)
|
83 |
|
84 |
# Sidebar with model and dataset information
|
|
|
78 |
os.unlink(wav_file) # Remove the temp file
|
79 |
|
80 |
# Page title and subtitle
|
81 |
+
st.markdown("<h1 class='main-title'>π΅ Jawad and Ahmad Fakhar</h1>", unsafe_allow_html=True)
|
82 |
st.markdown("<p class='sub-title'>Upload a music file and let AI detect its genre!</p>", unsafe_allow_html=True)
|
83 |
|
84 |
# Sidebar with model and dataset information
|