Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from urllib.parse import quote # Ensure this import is included
|
|
6 |
|
7 |
# Set page configuration with a title and favicon
|
8 |
st.set_page_config(
|
9 |
-
page_title="🌌🚀 Mixable AI - Voice Search",
|
10 |
page_icon="🌠",
|
11 |
layout="wide",
|
12 |
initial_sidebar_state="expanded",
|
@@ -40,7 +40,7 @@ image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825
|
|
40 |
image_base64 = get_image_as_base64(image_url)
|
41 |
if image_base64 is not None:
|
42 |
with st.sidebar:
|
43 |
-
st.markdown("""### Mixable
|
44 |
st.markdown(f"![image](data:image/png;base64,{image_base64})")
|
45 |
download_link = create_download_link("downloaded_image.png", image_base64)
|
46 |
st.markdown(download_link, unsafe_allow_html=True)
|
|
|
6 |
|
7 |
# Set page configuration with a title and favicon
|
8 |
st.set_page_config(
|
9 |
+
page_title="🌌🚀 Mixable Roleplay AI -with Voice Search",
|
10 |
page_icon="🌠",
|
11 |
layout="wide",
|
12 |
initial_sidebar_state="expanded",
|
|
|
40 |
image_base64 = get_image_as_base64(image_url)
|
41 |
if image_base64 is not None:
|
42 |
with st.sidebar:
|
43 |
+
st.markdown("""### Mixable Roleplay AI""")
|
44 |
st.markdown(f"![image](data:image/png;base64,{image_base64})")
|
45 |
download_link = create_download_link("downloaded_image.png", image_base64)
|
46 |
st.markdown(download_link, unsafe_allow_html=True)
|