Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ def topic_sale_inform (text):
|
|
267 |
|
268 |
|
269 |
####
|
270 |
-
conversation = Conversation("Welcome")
|
271 |
|
272 |
def callChains(current_message):
|
273 |
sentiment_analysis_result = pipeline_predict_sentiment(current_message)
|
|
|
267 |
|
268 |
|
269 |
####
|
270 |
+
#conversation = Conversation("Welcome")
|
271 |
|
272 |
def callChains(current_message):
|
273 |
sentiment_analysis_result = pipeline_predict_sentiment(current_message)
|