Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ st.write("Enter your input text:")
|
|
30 |
def end_conv():
|
31 |
st.write("Conversation ended.")
|
32 |
memory.clear()
|
33 |
-
|
34 |
for i in range(1,5):
|
35 |
-
|
36 |
# Generate and display the response
|
37 |
if st.button("Generate Response"):
|
38 |
# Load current conversation history
|
|
|
30 |
def end_conv():
|
31 |
st.write("Conversation ended.")
|
32 |
memory.clear()
|
33 |
+
user_input = st.text_area("Input Text")
|
34 |
for i in range(1,5):
|
35 |
+
|
36 |
# Generate and display the response
|
37 |
if st.button("Generate Response"):
|
38 |
# Load current conversation history
|