venkat charan commited on
Commit
6949735
·
verified ·
1 Parent(s): 66f912f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -26,8 +26,6 @@ chain=(RunnablePassthrough.assign(history=RunnableLambda(memory.load_memory_vari
26
  st.title("chat bot")
27
  st.write("Enter your input text:")
28
 
29
- # User input
30
- user_input = st.text_area("Input Text")
31
 
32
  def end_conv():
33
  if st.button("End Conversation"):
 
26
  st.title("chat bot")
27
  st.write("Enter your input text:")
28
 
 
 
29
 
30
  def end_conv():
31
  if st.button("End Conversation"):