Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ tab1, tab2, tab3 = st.tabs(["Cat", "Dog", "Owl"])
|
|
385 |
with tab1:
|
386 |
#if page == "Chatbot":
|
387 |
#st.header("Chat")
|
388 |
-
messages = st.container(
|
389 |
|
390 |
# Store the conversation in the session state.
|
391 |
# Used to render the chat conversation.
|
|
|
385 |
with tab1:
|
386 |
#if page == "Chatbot":
|
387 |
#st.header("Chat")
|
388 |
+
messages = st.container()
|
389 |
|
390 |
# Store the conversation in the session state.
|
391 |
# Used to render the chat conversation.
|