Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ conda create --name py310 python=3.10
|
|
9 |
conda activate py310
|
10 |
# Install ipykernel and add the environment to Jupyter
|
11 |
pip install ipykernel
|
12 |
-
python -m ipykernel install --user --name py310 --display-name "
|
13 |
pip install -r requirements.txt
|
14 |
python app.py
|
15 |
'''
|
|
|
9 |
conda activate py310
|
10 |
# Install ipykernel and add the environment to Jupyter
|
11 |
pip install ipykernel
|
12 |
+
python -m ipykernel install --user --name py310 --display-name "py310"
|
13 |
pip install -r requirements.txt
|
14 |
python app.py
|
15 |
'''
|