Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|