Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
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"):
|