Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
|
|
5 |
from streamlit_chat import message
|
6 |
|
7 |
# some helper vars and functions
|
8 |
-
thispath = os.path.realpath(os.path.dirname(__file__)
|
9 |
if 'displayChat' not in st.session_state:
|
10 |
with st.spinner('Setting up plugins...'):
|
11 |
os.system('mkdir files')
|
|
|
5 |
from streamlit_chat import message
|
6 |
|
7 |
# some helper vars and functions
|
8 |
+
thispath = os.path.realpath(os.path.dirname(__file__))
|
9 |
if 'displayChat' not in st.session_state:
|
10 |
with st.spinner('Setting up plugins...'):
|
11 |
os.system('mkdir files')
|