Spaces:
Runtime error
Runtime error
torileatherman
commited on
Commit
•
ae14ac6
1
Parent(s):
8734074
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,9 @@ def manual_label():
|
|
45 |
random_headline = random_sample['Headline_string'].iloc[0]
|
46 |
random_prediction = random_sample['Sentiment'].iloc[0]
|
47 |
return random_headline, random_prediction
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
description1 = '''
|
|
|
45 |
random_headline = random_sample['Headline_string'].iloc[0]
|
46 |
random_prediction = random_sample['Sentiment'].iloc[0]
|
47 |
return random_headline, random_prediction
|
48 |
+
|
49 |
+
def thanks(sentiment):
|
50 |
+
return f"""Thank you for making our model better!"""
|
51 |
|
52 |
|
53 |
description1 = '''
|