RakeshUtekar commited on
Commit
88657de
·
verified ·
1 Parent(s): 0724d85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def summarize_conversation(chain: LLMChain, conversation: str, name1: str, name2
70
 
71
  summary_prompt = f"""
72
  The following is a conversation between {name1} and {name2}:
73
- {final_conversation}
74
 
75
  Provide a short descriptive title for their conversation and then summarize it in a few short sentences highlighting the main points, tone, and conclusion.
76
 
 
70
 
71
  summary_prompt = f"""
72
  The following is a conversation between {name1} and {name2}:
73
+ {conversation}
74
 
75
  Provide a short descriptive title for their conversation and then summarize it in a few short sentences highlighting the main points, tone, and conclusion.
76