Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,19 @@
|
|
2 |
|
3 |
import streamlit as st
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|
7 |
def pull_files_from_github_url(url):
|
|
|
2 |
|
3 |
import streamlit as st
|
4 |
|
5 |
+
st.markdown("""
|
6 |
+
|
7 |
+
https://pypi.org/project/github3api/
|
8 |
+
github3api
|
9 |
+
|
10 |
+
https://pypi.org/project/github-archive/
|
11 |
+
# Install tool
|
12 |
+
pip3 install github-archive
|
13 |
+
|
14 |
+
# Install locally
|
15 |
+
make install
|
16 |
+
|
17 |
+
""")
|
18 |
|
19 |
|
20 |
def pull_files_from_github_url(url):
|