Bils commited on
Commit
89529cf
·
verified ·
1 Parent(s): 665558f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -18,10 +18,11 @@ from streamlit_lottie import st_lottie
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
 
 
25
  # ---------------------------------------------------------------------
26
  # 2) CUSTOM CSS / UI DESIGN
27
  # ---------------------------------------------------------------------
@@ -135,7 +136,7 @@ def load_musicgen_model():
135
  # ---------------------------------------------------------------------
136
  # 7) HEADER
137
  # ---------------------------------------------------------------------
138
- st.title("\ud83c\udfa7 AI Radio Imaging with Llama 3")
139
  st.subheader("Create engaging radio promos with Llama 3 + MusicGen")
140
  st.markdown("""Create **radio imaging promos** and **jingles** easily. Ensure you have access to
141
  **meta-llama/Meta-Llama-3-70B** on Hugging Face and provide your token below.""")
 
18
  # ---------------------------------------------------------------------
19
  st.set_page_config(
20
  page_title="AI Radio Imaging with Llama 3",
21
+ page_icon="🎧",
22
  layout="wide"
23
  )
24
 
25
+
26
  # ---------------------------------------------------------------------
27
  # 2) CUSTOM CSS / UI DESIGN
28
  # ---------------------------------------------------------------------
 
136
  # ---------------------------------------------------------------------
137
  # 7) HEADER
138
  # ---------------------------------------------------------------------
139
+ st.title("🎧 AI Radio Imaging with Llama 3")
140
  st.subheader("Create engaging radio promos with Llama 3 + MusicGen")
141
  st.markdown("""Create **radio imaging promos** and **jingles** easily. Ensure you have access to
142
  **meta-llama/Meta-Llama-3-70B** on Hugging Face and provide your token below.""")