NightPrince commited on
Commit
30f66dd
·
verified ·
1 Parent(s): 65da55c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -278,8 +278,10 @@ if uploaded_file is not None:
278
  os.remove(processed_wav)
279
 
280
  # Minimal footer
 
281
  st.markdown("""
282
- <div style="text-align: center; color: var(--text-secondary); padding: 2rem 0; font-size: 0.8rem;">
283
- <p>Powered by NeMo ASR Secure local processing</p>
 
284
  </div>
285
  """, unsafe_allow_html=True)
 
278
  os.remove(processed_wav)
279
 
280
  # Minimal footer
281
+ st.markdown("---")
282
  st.markdown("""
283
+ <div style="text-align: center; color: var(--text-secondary); padding: 20px; font-size: 0.9rem;">
284
+ <p>Powered by NeMo ASR and Streamlit | Professional Arabic Transcription Service</p>
285
+ <p>©NightPrince | 2025 Arabic Transcriber Pro | All rights reserved</p>
286
  </div>
287
  """, unsafe_allow_html=True)