Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|