Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ if selected_app == "4) Create Chatbot":
|
|
| 483 |
st.markdown(message["content"])
|
| 484 |
|
| 485 |
# React to user input
|
| 486 |
-
if prompt := st.chat_input("Tell me about {organization_name"):
|
| 487 |
# Display user message in chat message container
|
| 488 |
st.chat_message("user").markdown(prompt)
|
| 489 |
# Add user message to chat history
|
|
|
|
| 483 |
st.markdown(message["content"])
|
| 484 |
|
| 485 |
# React to user input
|
| 486 |
+
if prompt := st.chat_input("Tell me about {organization_name}"):
|
| 487 |
# Display user message in chat message container
|
| 488 |
st.chat_message("user").markdown(prompt)
|
| 489 |
# Add user message to chat history
|