Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|