bohmian commited on
Commit
610ed65
·
verified ·
1 Parent(s): 0b325ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(height=500)
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.