Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
|
@@ -46,7 +46,7 @@ html, body, [data-testid="stAppViewContainer"] {
|
|
| 46 |
# =========================
|
| 47 |
# HEADER
|
| 48 |
# =========================
|
| 49 |
-
st.markdown('<div class="title">
|
| 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("
|
| 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 |
|