venkat charan commited on
Commit
b8d26cc
·
verified ·
1 Parent(s): 1668774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- user_input = st.text_area("Input Text")
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