KarthickAdopleAI commited on
Commit
4846261
·
verified ·
1 Parent(s): 3f7079c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -117,6 +117,7 @@ def emotion_analysis():
117
  def clear_stages():
118
  global stage
119
  stage = ""
 
120
  return ""
121
 
122
  with gr.Blocks(theme="Taithrah/Minimal") as demo:
 
117
  def clear_stages():
118
  global stage
119
  stage = ""
120
+ sales_agent.conversation_history = []
121
  return ""
122
 
123
  with gr.Blocks(theme="Taithrah/Minimal") as demo: