MuntasirHossain commited on
Commit
35a2d2e
·
1 Parent(s): daabffc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def classify(text):
11
  return label
12
 
13
  description = "This AI model is trained to classify texts/articles/sentences into four categories: World, Sports, Business and Science/Tech."
14
- title = "Classify Your Articles"
15
  theme = "peach"
16
  examples=[["Global Retail Giants Gear Up for Record-Breaking Holiday Sales Season Amidst Supply Chain Challenges and Rising Consumer Demand."]]
17
 
 
11
  return label
12
 
13
  description = "This AI model is trained to classify texts/articles/sentences into four categories: World, Sports, Business and Science/Tech."
14
+ title = "Classify Your Texts"
15
  theme = "peach"
16
  examples=[["Global Retail Giants Gear Up for Record-Breaking Holiday Sales Season Amidst Supply Chain Challenges and Rising Consumer Demand."]]
17