Daniel Tse
commited on
Commit
·
5de52b7
1
Parent(s):
b7849a1
Expander is collapsed by default.
Browse files
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"
|
| 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
|