JuanJoseMV commited on
Commit
b2f3c47
·
1 Parent(s): 5a6a071
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def classify(sentiment):
42
  gen_text = ''
43
 
44
  for i, s in enumerate(sents):
45
- gen_text += f'- GENERATED TWEET #{i}: \n'
46
 
47
  return gen_text
48
 
 
42
  gen_text = ''
43
 
44
  for i, s in enumerate(sents):
45
+ gen_text += f'- GENERATED TWEET #{i}: {s}\n'
46
 
47
  return gen_text
48