Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ if st.button("Scrape"):
|
|
102 |
st.error("Bitte geben Sie eine gültige URL ein.")
|
103 |
|
104 |
if st.sidebar.button("Upload Data"):
|
105 |
-
repo.git_add(os.path.abspath(f'{localdir}/
|
106 |
repo.git_commit("Add new headlines.csv")
|
107 |
repo.git_push()
|
108 |
|
|
|
102 |
st.error("Bitte geben Sie eine gültige URL ein.")
|
103 |
|
104 |
if st.sidebar.button("Upload Data"):
|
105 |
+
repo.git_add(os.path.abspath(f'{localdir}/{filename}'))
|
106 |
repo.git_commit("Add new headlines.csv")
|
107 |
repo.git_push()
|
108 |
|