navhira commited on
Commit
9809c0c
·
1 Parent(s): c53963d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with st.form('my_form'):
21
  generate_response(text)
22
  '''
23
 
24
- #pip install wordcloud
25
 
26
  import streamlit as st
27
  from wordcloud import WordCloud
 
21
  generate_response(text)
22
  '''
23
 
24
+ pip install streamlit wordcloud
25
 
26
  import streamlit as st
27
  from wordcloud import WordCloud