cbg342 commited on
Commit
d915852
1 Parent(s): 71e7cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')