roszcz commited on
Commit
cc47114
·
1 Parent(s): a041400

Move violation to an outside repo

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +4 -0
  3. requirements.txt +1 -0
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: purple
5
  colorTo: indigo
6
  sdk: streamlit
7
  sdk_version: 1.39.0
8
- app_file: main.py
9
  pinned: false
10
  license: mit
11
  short_description: Data Science Internship Challenge 2024
 
5
  colorTo: indigo
6
  sdk: streamlit
7
  sdk_version: 1.39.0
8
+ app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Data Science Internship Challenge 2024
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from physics.dashboards import bell_violation
2
+
3
+ if __name__ == "__main__":
4
+ bell_violation.main()
requirements.txt CHANGED
@@ -1,2 +1,3 @@
 
1
  matplotlib==3.8.4
2
  pandas==2.2.2
 
1
+ git+https://github.com/nospoko/object-oriented-bell-violation.git
2
  matplotlib==3.8.4
3
  pandas==2.2.2