LewisBabong commited on
Commit
e16bcff
·
verified ·
1 Parent(s): 50b8995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -294,10 +294,10 @@ with tabs[0]:
294
 
295
  # === Transcription audio ===
296
  with tabs[2]:
297
- st.markdown('<div class="subheader">🎧 Transcription automatisée d’audio</div>', unsafe_allow_html=True)
298
  with st.container():
299
  st.markdown('<div class="card">', unsafe_allow_html=True)
300
- audio_file = st.file_uploader("🎵 Chargez un fichier audio (max 30s)", type=["wav", "mp3", "m4a"],
301
  help="Formats supportés : WAV, MP3, M4A")
302
  if audio_file is not None:
303
  with tempfile.NamedTemporaryFile(delete=False, suffix='.wav') as tmp_file:
@@ -317,7 +317,7 @@ st.markdown("---")
317
  st.markdown("""
318
  <div class="footer">
319
  <p>✨ Propriété intellectuelle de NTONGA BABONG Entrepreneur<br>
320
- Créé avec ❤️ grâce à <a href='https://huggingface.co/' target='_blank'>Hugging Face</a> et <a href='https://streamlit.io' target='_blank'>Streamlit</a></p>
321
  <div class="social-icons">
322
  <a href="https://twitter.com" target="_blank"><img src="https://img.icons8.com/color/48/000000/twitter--v1.png"/></a>
323
  <a href="https://linkedin.com" target="_blank"><img src="https://img.icons8.com/color/48/000000/linkedin.png"/></a>
 
294
 
295
  # === Transcription audio ===
296
  with tabs[2]:
297
+ st.markdown('<div class="subheader">🎧 Transcription automatisée d’audio (Vidéo Maximumu de 30 secondes net)</div>', unsafe_allow_html=True)
298
  with st.container():
299
  st.markdown('<div class="card">', unsafe_allow_html=True)
300
+ audio_file = st.file_uploader("🎵 Chargez un fichier audio (Vidéo Maximumu de 30 secondes net)", type=["wav", "mp3", "m4a"],
301
  help="Formats supportés : WAV, MP3, M4A")
302
  if audio_file is not None:
303
  with tempfile.NamedTemporaryFile(delete=False, suffix='.wav') as tmp_file:
 
317
  st.markdown("""
318
  <div class="footer">
319
  <p>✨ Propriété intellectuelle de NTONGA BABONG Entrepreneur<br>
320
+ Créé grâce à <a href='https://huggingface.co/' target='_blank'>Hugging Face</a> et <a href='https://streamlit.io' target='_blank'>Streamlit</a></p>
321
  <div class="social-icons">
322
  <a href="https://twitter.com" target="_blank"><img src="https://img.icons8.com/color/48/000000/twitter--v1.png"/></a>
323
  <a href="https://linkedin.com" target="_blank"><img src="https://img.icons8.com/color/48/000000/linkedin.png"/></a>