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