BenBranyon commited on
Commit
2b6d89b
1 Parent(s): 4d55877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ output = query({
18
  "inputs": "Who are you?",
19
  })
20
 
21
- messages = st.container(height=300)
22
  if prompt := st.chat_input("Subject of the song"):
23
  messages.chat_message("user").write(prompt)
24
  messages.chat_message("assistant").write(f"Echo: {prompt}")
 
18
  "inputs": "Who are you?",
19
  })
20
 
21
+ messages = st.container()
22
  if prompt := st.chat_input("Subject of the song"):
23
  messages.chat_message("user").write(prompt)
24
  messages.chat_message("assistant").write(f"Echo: {prompt}")