KatGaw commited on
Commit
2e710ab
·
verified ·
1 Parent(s): 46ba7c5

Update app.py

Browse files

improving main file

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,6 +15,7 @@ llm = ChatOpenAI(model="gpt-3.5-turbo")
15
  from langchain_core.runnables import RunnableConfig
16
 
17
  st.title("💬 ExpressMood")
 
18
 
19
  #@st.cache_resource
20
  if "messages" not in st.session_state:
@@ -28,7 +29,7 @@ for msg in st.session_state.messages:
28
 
29
  #initialize_session_state()
30
 
31
- st.image('el_pic.png')
32
 
33
  sideb=st.sidebar
34
  with st.sidebar:
 
15
  from langchain_core.runnables import RunnableConfig
16
 
17
  st.title("💬 ExpressMood")
18
+ st.image('el_pic.png')
19
 
20
  #@st.cache_resource
21
  if "messages" not in st.session_state:
 
29
 
30
  #initialize_session_state()
31
 
32
+
33
 
34
  sideb=st.sidebar
35
  with st.sidebar: