alibidaran commited on
Commit
fd8bbec
·
verified ·
1 Parent(s): 495f081

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -13,6 +13,7 @@ import os
13
  from cloudhands import CloudHandsPayment
14
  import uuid
15
 
 
16
 
17
  payment_key=os.getenv('Payment_Key')
18
  def load_local_lottie(path):
 
13
  from cloudhands import CloudHandsPayment
14
  import uuid
15
 
16
+ os.environ["STREAMLIT_CONFIG_DIR"] = os.path.join(os.getcwd(), ".streamlit")
17
 
18
  payment_key=os.getenv('Payment_Key')
19
  def load_local_lottie(path):