frankiePizza commited on
Commit
5243839
·
verified ·
1 Parent(s): 1084ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ generator_text = st.text_area("Enter generator prompt: ")
14
  if sentiment_text:
15
  st.json(text_generator(generator_text))
16
 
17
- if text:
18
  st.json(sentiment(sentiment_text))
19
 
 
14
  if sentiment_text:
15
  st.json(text_generator(generator_text))
16
 
17
+ if generator_text:
18
  st.json(sentiment(sentiment_text))
19