susanesho commited on
Commit
0e8ac48
1 Parent(s): 02bf6a8

remove placeholder

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,9 +21,8 @@ tokenizer = AutoTokenizer.from_pretrained(model_path)
21
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
22
 
23
 
24
- description = f"""# <h2 style="text-align: center;"> EmotiScan Amazon Products Review</h2>
25
- <p style="text-align: center;font-size:15px;"> (Placeholder description) Analysing Amazon product reviews...
26
- Input a single review to predict sentiment or multiple from a text file.</p>
27
  """
28
 
29
  sample_reviews = [
 
21
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
22
 
23
 
24
+ description = f"""# <h2 style="text-align: center;"> Opinion orbit Amazon Products Review</h2>
25
+ <p style="text-align: center;font-size:15px;"> Input a single review to predict sentiment or multiple from a text file.</p>
 
26
  """
27
 
28
  sample_reviews = [