Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ st.markdown("""
|
|
77 |
""", unsafe_allow_html=True)
|
78 |
|
79 |
st.markdown('<div class="big-title">π§ Voice Agent Pro</div>', unsafe_allow_html=True)
|
80 |
-
st.markdown(
|
81 |
|
82 |
|
83 |
# Voice selection
|
|
|
77 |
""", unsafe_allow_html=True)
|
78 |
|
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
|