Alibrown commited on
Commit
f1986b0
·
verified ·
1 Parent(s): 1187efa

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +10 -2
src/streamlit_app.py CHANGED
@@ -1,5 +1,13 @@
1
- # under MIT + ESOL v.1.0
2
- # Source https://github.com/VolkanSah/Check-Git-ML-Repo-Analyzer
 
 
 
 
 
 
 
 
3
  import streamlit as st
4
  import requests
5
  import re
 
1
+ # ============================================
2
+ # LICENSE & SOURCE
3
+ # ============================================
4
+ # Licensed under MIT + ESOL v1.1
5
+ # Source: https://github.com/VolkanSah/Check-Git-ML-Repo-Analyzer
6
+ #
7
+ # What is Open Source? For scammers & newcomers:
8
+ # Learn what Open Source IS and what it IS NOT:
9
+ # https://github.com/Wall-of-Shames/What-is-Open-Source
10
+ # ============================================
11
  import streamlit as st
12
  import requests
13
  import re