cbg342 commited on
Commit
86ebbd6
1 Parent(s): a70d6e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import streamlit as st
5
  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')
 
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')