rairo commited on
Commit
32b031f
·
verified ·
1 Parent(s): 4aadc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from pandasai import SmartDataframe
12
  from pandasai.responses.response_parser import ResponseParser
13
  import matplotlib.pyplot as plt
14
  from wordcloud import WordCloud
 
15
 
16
  st.set_page_config(layout="wide")
17
 
 
12
  from pandasai.responses.response_parser import ResponseParser
13
  import matplotlib.pyplot as plt
14
  from wordcloud import WordCloud
15
+ import random
16
 
17
  st.set_page_config(layout="wide")
18