Spaces:
Sleeping
Sleeping
Chirag
commited on
Commit
·
fdbb9ca
1
Parent(s):
8d32797
app.sh
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
set -e
|
| 3 |
-
|
| 4 |
-
# Optional: Install dependencies (if needed)
|
| 5 |
pip install -r requirements.txt
|
| 6 |
-
|
| 7 |
-
# Convert and run the Jupyter notebook
|
| 8 |
jupyter nbconvert --to notebook --execute app.ipynb --output executed_app.ipynb
|
|
|
|
| 1 |
+
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
| 2 |
pip install -r requirements.txt
|
|
|
|
|
|
|
| 3 |
jupyter nbconvert --to notebook --execute app.ipynb --output executed_app.ipynb
|