entropy25 commited on
Commit
277bc15
·
verified ·
1 Parent(s): d600c28

Update analyzer.py

Browse files
Files changed (1) hide show
  1. analyzer.py +8 -0
analyzer.py CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  import numpy as np
 
1
+ """
2
+ Data Analysis Platform
3
+ Copyright (c) 2025 JEAN YOUNG
4
+ All rights reserved.
5
+
6
+ This software is proprietary and confidential.
7
+ Unauthorized copying, distribution, or use is prohibited.
8
+ """
9
  import streamlit as st
10
  import pandas as pd
11
  import numpy as np