tarrasyed19472007 commited on
Commit
abc0dd5
·
verified ·
1 Parent(s): 1985126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  # ---- Page Configuration ----
6
  st.set_page_config(
7
  page_title="Emotion Prediction App",
8
- page_icon="🤗",
9
  layout="centered",
10
  initial_sidebar_state="expanded",
11
  )
 
5
  # ---- Page Configuration ----
6
  st.set_page_config(
7
  page_title="Emotion Prediction App",
8
+ page_icon="🌟",
9
  layout="centered",
10
  initial_sidebar_state="expanded",
11
  )