Berzelius255 commited on
Commit
946acda
·
verified ·
1 Parent(s): c20b42d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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