Tusahartsar commited on
Commit
b806a6e
·
verified ·
1 Parent(s): 11d2e2e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -46,7 +46,7 @@ html, body, [data-testid="stAppViewContainer"] {
46
  # =========================
47
  # HEADER
48
  # =========================
49
- st.markdown('<div class="title">🎙️ Speech to Text Translator</div>', unsafe_allow_html=True)
50
  st.markdown('<div class="subtitle">Transcribe speech or translate into any language</div>', unsafe_allow_html=True)
51
 
52
  # =========================
@@ -120,7 +120,7 @@ if audio_file:
120
  # =========================
121
  # PROCESS
122
  # =========================
123
- if st.button("🚀 Process Audio") and audio_file:
124
 
125
  with st.spinner("Processing audio..."):
126
 
 
46
  # =========================
47
  # HEADER
48
  # =========================
49
+ st.markdown('<div class="title"> Speech to Text Translator</div>', unsafe_allow_html=True)
50
  st.markdown('<div class="subtitle">Transcribe speech or translate into any language</div>', unsafe_allow_html=True)
51
 
52
  # =========================
 
120
  # =========================
121
  # PROCESS
122
  # =========================
123
+ if st.button(" Process Audio") and audio_file:
124
 
125
  with st.spinner("Processing audio..."):
126