Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,9 @@ st.markdown("""
|
|
85 |
<span class="bolt-icon">⚡</span>
|
86 |
Built with Bolt
|
87 |
</a>
|
88 |
-
""",
|
|
|
|
|
89 |
|
90 |
# Voice selection
|
91 |
st.sidebar.header("🎚️ Voice Settings")
|
|
|
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")
|