ryanrwatkins commited on
Commit
63215b6
1 Parent(s): 10772a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -495,7 +495,7 @@ chain.memory.load_memory_variables({})
495
 
496
  follow_up_question = "plaese give more details about it, including its use cases and implementation."
497
 
498
- chain.invoke({"question":follow_up_question})['answer'])
499
 
500
 
501
  """
 
495
 
496
  follow_up_question = "plaese give more details about it, including its use cases and implementation."
497
 
498
+ chain.invoke({"question":follow_up_question})['answer']
499
 
500
 
501
  """