Ezzio11 commited on
Commit
8f1690e
·
verified ·
1 Parent(s): cf672b1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -174,6 +174,7 @@ def chatbot_page():
174
  if st.session_state.show_greeting:
175
  greeting = np.random.choice(welcome_messages)
176
  st.header(greeting)
 
177
 
178
  st.sidebar.title("💬 Chats")
179
 
 
174
  if st.session_state.show_greeting:
175
  greeting = np.random.choice(welcome_messages)
176
  st.header(greeting)
177
+ st.session_state.show_greeting = False
178
 
179
  st.sidebar.title("💬 Chats")
180