fosse commited on
Commit
2381c6b
·
verified ·
1 Parent(s): d09e1e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def newsworthiness_detection(fetch_message_from_newsweb: str, newsworthiness_pro
56
 
57
  Args:
58
  fetch_message_from_newsweb (str): The stock market message content or a URL to the announcement.
59
- newsworthiness_prompt (str): A predefined prompt that provides guidance for assessing the newsworthiness of the announcement.
60
 
61
  Returns:
62
  str: A rating of newsworthiness ("HØY", "MEDIUM", or "LAV") along with a short explanation of the decision.
 
56
 
57
  Args:
58
  fetch_message_from_newsweb (str): The stock market message content or a URL to the announcement.
59
+ newsworthiness_prompt (str): A predefined prompt that provides guidelines for assessing the newsworthiness.
60
 
61
  Returns:
62
  str: A rating of newsworthiness ("HØY", "MEDIUM", or "LAV") along with a short explanation of the decision.