ahmad-fakhar commited on
Commit
69e9ddf
β€’
1 Parent(s): 6ee122a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'>🎡 Music Genre Classifier</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
 
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