navhira commited on
Commit
e0aa7aa
·
1 Parent(s): 3e74580

Update app.py

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