Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def predict(text):
|
|
53 |
if not re.match(greeting_pattern, text, re.IGNORECASE):
|
54 |
greeting_feedback = "OTHER FEEDBACK:<br>Heilsa冒u d贸ninn 镁inn<br>"
|
55 |
|
56 |
-
response = f"INPUT:<br>{modified_input}<br
|
57 |
|
58 |
return response
|
59 |
|
|
|
53 |
if not re.match(greeting_pattern, text, re.IGNORECASE):
|
54 |
greeting_feedback = "OTHER FEEDBACK:<br>Heilsa冒u d贸ninn 镁inn<br>"
|
55 |
|
56 |
+
response = f"INPUT:<br>{modified_input}<br>MY PREDICTION:<br>{prediction_output}<br>{influential_keywords}<br>{greeting_feedback}"
|
57 |
|
58 |
return response
|
59 |
|