Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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 |
|