Matt09Miao commited on
Commit
f7d8d92
·
verified ·
1 Parent(s): f2d3f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if input is not None:
30
  #Stage 1: Input to Tweet
31
  st.text('Generating a Tweet...')
32
  tweet = text2story(input)
33
- st.write(tweet
34
 
35
  #Stage 2: Tweet Toxicity Analysis
36
 
 
30
  #Stage 1: Input to Tweet
31
  st.text('Generating a Tweet...')
32
  tweet = text2story(input)
33
+ st.write(tweet)
34
 
35
  #Stage 2: Tweet Toxicity Analysis
36