Spaces:
Runtime error
Runtime error
ai.vietqt
commited on
Commit
·
4756e59
1
Parent(s):
e23987f
config
Browse files
setup.sh
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
" > ~/.streamlit/config.toml
|
|
|
1 |
+
echo "# streamlit-to-heroku-tutorial" >> README.md
|
2 |
+
git init
|
3 |
+
git add README.md
|
4 |
+
git commit -m "first commit"
|
5 |
+
git branch -M master
|
6 |
+
git remote add origin https://github.com/your_username/your_repo_name.git
|
7 |
+
git push -u origin master
|
|