Spaces:
Runtime error
Runtime error
Commit
·
6153bc6
1
Parent(s):
5a265b2
Update app.py
Browse files
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 |
|