MuntasirHossain commited on
Commit
bd7512d
·
1 Parent(s): 2a11a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(prompt):
13
  description = "This AI model is trained to classify news articles 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."], ["Business"]]
17
 
18
  gr.Interface(fn=predict,
19
  inputs="textbox",
 
13
  description = "This AI model is trained to classify news articles 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
 
18
  gr.Interface(fn=predict,
19
  inputs="textbox",