torileatherman commited on
Commit
6153bc6
·
1 Parent(s): 5a265b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def article_selection(sentiment):
25
  else:
26
  return f"""The sentence you requested is Neutral!"""
27
 
28
- def thanks():
29
  thanks_text = "Thank you for making our model better!"
30
  return thanks_text
31
 
 
25
  else:
26
  return f"""The sentence you requested is Neutral!"""
27
 
28
+ def thanks(url, sentiment):
29
  thanks_text = "Thank you for making our model better!"
30
  return thanks_text
31