Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from streamlit_lottie import st_lottie
|
|
18 |
# ---------------------------------------------------------------------
|
19 |
st.set_page_config(
|
20 |
page_title="AI Radio Imaging with Llama 3",
|
21 |
-
page_icon="
|
22 |
layout="wide"
|
23 |
)
|
24 |
|
|
|
18 |
# ---------------------------------------------------------------------
|
19 |
st.set_page_config(
|
20 |
page_title="AI Radio Imaging with Llama 3",
|
21 |
+
page_icon="🎧", # Use the actual emoji instead of Unicode escape
|
22 |
layout="wide"
|
23 |
)
|
24 |
|