Testimony Adekoya commited on
Commit
9af53cb
·
1 Parent(s): 26440c6

Changing config yaml

Browse files
pages/1_Live_Detection.py CHANGED
@@ -30,7 +30,7 @@ def load_app_config():
30
  """Loads config from yaml and .env files."""
31
  load_dotenv()
32
  # Navigate up to the root to find the config file
33
- config_path = os.path.join(os.path.dirname(__file__), '..', '..', 'config.yaml')
34
  with open(config_path, 'r') as f:
35
  config = yaml.safe_load(f)
36
  # Load secrets from environment
 
30
  """Loads config from yaml and .env files."""
31
  load_dotenv()
32
  # Navigate up to the root to find the config file
33
+ config_path = "./config.yaml"
34
  with open(config_path, 'r') as f:
35
  config = yaml.safe_load(f)
36
  # Load secrets from environment
pages/2_Test_Streamlit.py DELETED
File without changes