Daniel Tse commited on
Commit
5de52b7
·
1 Parent(s): b7849a1

Expander is collapsed by default.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ st.audio("marketplace-2023-06-14.mp3")
53
  if st.button("Process Audio File"):
54
  podcast_text = transcribe_audio("marketplace-2023-06-14.mp3")
55
  #write text out
56
- with st.expander("See Transcription", expanded=false):
57
  st.caption(podcast_text)
58
 
59
  #Summarize Text
 
53
  if st.button("Process Audio File"):
54
  podcast_text = transcribe_audio("marketplace-2023-06-14.mp3")
55
  #write text out
56
+ with st.expander("See Transcription"):
57
  st.caption(podcast_text)
58
 
59
  #Summarize Text