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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ 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
+
24
+ #pip install wordcloud
25
 
26
  import streamlit as st
27
  from wordcloud import WordCloud