cbg342 commited on
Commit
d75ada5
1 Parent(s): 9ee6bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from streamlit_chat import message
6
 
7
  # some helper vars and functions
8
  if 'displayChat' not in st.session_state:
9
- with st.spinner('Setting up plugins...')
10
  os.system('mkdir files')
11
  os.system('mkdir plugins')
12
  googleS = requests.get('https://raw.githubusercontent.com/d3n7/GPT-4-Unlimited-Tools/main/plugins/google.py').content
 
6
 
7
  # some helper vars and functions
8
  if 'displayChat' not in st.session_state:
9
+ with st.spinner('Setting up plugins...'):
10
  os.system('mkdir files')
11
  os.system('mkdir plugins')
12
  googleS = requests.get('https://raw.githubusercontent.com/d3n7/GPT-4-Unlimited-Tools/main/plugins/google.py').content