Umerpy commited on
Commit
9cf929a
·
verified ·
1 Parent(s): 7f0aedb

Update frontend/streamlit_app.py

Browse files
Files changed (1) hide show
  1. frontend/streamlit_app.py +0 -5
frontend/streamlit_app.py CHANGED
@@ -79,11 +79,6 @@
79
  # "<div style='color:red;font-size:40px;text-align:center;font-weight:bold;'>SELL 🔽</div>",
80
  # unsafe_allow_html=True,
81
  # )
82
- import os
83
- # ✅ Fix permission error for Hugging Face
84
- os.environ["STREAMLIT_CONFIG_DIR"] = os.path.join(os.getcwd(), ".streamlit")
85
- os.makedirs(os.environ["STREAMLIT_CONFIG_DIR"], exist_ok=True)
86
-
87
  import streamlit as st
88
  import random
89
  import time
 
79
  # "<div style='color:red;font-size:40px;text-align:center;font-weight:bold;'>SELL 🔽</div>",
80
  # unsafe_allow_html=True,
81
  # )
 
 
 
 
 
82
  import streamlit as st
83
  import random
84
  import time