Update src/streamlit_app.py
Browse files- src/streamlit_app.py +10 -2
src/streamlit_app.py
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
-
#
|
| 2 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|