Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ for message in st.session_state.messages[1:]:
|
|
246 |
st.markdown(message["content"])
|
247 |
|
248 |
# User input
|
249 |
-
if prompt := st.chat_input("
|
250 |
# Prepare the user information
|
251 |
user_info = f"""
|
252 |
Name: {name}
|
|
|
246 |
st.markdown(message["content"])
|
247 |
|
248 |
# User input
|
249 |
+
if prompt := st.chat_input("Type Anything to start"):
|
250 |
# Prepare the user information
|
251 |
user_info = f"""
|
252 |
Name: {name}
|