navhira commited on
Commit
4d3de6e
·
1 Parent(s): 47516df

Update app.py

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