Update app.py
Browse files
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:
|
283 |
-
<p>Powered by NeMo ASR
|
|
|
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)
|