Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,6 @@ if selected_tab == "Audio Transcription":
|
|
282 |
st.session_state.translated_ocr_text,
|
283 |
height=200
|
284 |
)
|
285 |
-
)
|
286 |
else:
|
287 |
st.info("Translated text will appear here after processing.")
|
288 |
|
|
|
282 |
st.session_state.translated_ocr_text,
|
283 |
height=200
|
284 |
)
|
|
|
285 |
else:
|
286 |
st.info("Translated text will appear here after processing.")
|
287 |
|