liyaoshi commited on
Commit
e606da3
·
verified ·
1 Parent(s): cf916a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -8,5 +8,7 @@ The lightning-fast, AI-powered audio and video transcription solution that will
8
  """
9
  st.markdown(about)
10
 
11
- st.link_button("Try WhisperFlow now!", "https://whisperflow.streamlit.app/")
 
 
12
 
 
8
  """
9
  st.markdown(about)
10
 
11
+ st.link_button("Try WhisperFlow now!", "https://whisperflow.streamlit.app/",type="primary")
12
+
13
+ st.image("微信图片_20240612162920.png",caption='Check out WhisperFlow in action! 🌟')
14