Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ Spring 2024 AI Club at San Diego State University
|
|
| 11 |
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
-
|
| 15 |
pip install -r requirements.txt
|
| 16 |
|
| 17 |
"""## Importing libraries and dependencies"""
|
|
|
|
| 11 |
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
+
pip install --upgrade pip
|
| 15 |
pip install -r requirements.txt
|
| 16 |
|
| 17 |
"""## Importing libraries and dependencies"""
|