Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
import streamlit as st
|
2 |
-
import streamlit.components.v1 as components
|
3 |
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
+
|
4 |
+
|
5 |
+
st.title("🦜 WhisperFlow")
|
6 |
+
about = """
|
7 |
+
The lightning-fast, AI-powered audio and video transcription solution that will revolutionize your content management workflow.
|
8 |
+
"""
|
9 |
+
st.markdown(about)
|
10 |
+
|
11 |
+
st.link_button("Try WhisperFlow now!", "https://whisperflow.streamlit.app/")
|
12 |
+
|