Bils commited on
Commit
ff307f8
·
verified ·
1 Parent(s): 9ae489f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="\ud83c\udfa7",
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