Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,15 +79,6 @@ st.markdown("""
|
|
79 |
st.markdown('<div class="big-title">π§ Voice Agent Pro</div>', unsafe_allow_html=True)
|
80 |
st.markdown('<div class="instructions">Ask a question <b>OR</b> paste a URL <b>OR</b> upload a file β and I'll summarize it in bullet points with expressive AI narration!</div>', unsafe_allow_html=True)
|
81 |
|
82 |
-
# Add Bolt badge
|
83 |
-
st.markdown("""
|
84 |
-
<a href="https://bolt.new" target="_blank" class="bolt-badge">
|
85 |
-
<span class="bolt-icon">β‘</span>
|
86 |
-
Built with Bolt
|
87 |
-
</a>
|
88 |
-
""",
|
89 |
-
unsafe_allow_html=True
|
90 |
-
)
|
91 |
|
92 |
# Voice selection
|
93 |
st.sidebar.header("ποΈ Voice Settings")
|
|
|
79 |
st.markdown('<div class="big-title">π§ Voice Agent Pro</div>', unsafe_allow_html=True)
|
80 |
st.markdown('<div class="instructions">Ask a question <b>OR</b> paste a URL <b>OR</b> upload a file β and I'll summarize it in bullet points with expressive AI narration!</div>', unsafe_allow_html=True)
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
# Voice selection
|
84 |
st.sidebar.header("ποΈ Voice Settings")
|