Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
# It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python
|
4 |
# For example, here's several helpful packages to load
|
5 |
|
6 |
-
pip install gradio
|
7 |
|
8 |
import numpy as np # linear algebra
|
9 |
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
|
|
|
3 |
# It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python
|
4 |
# For example, here's several helpful packages to load
|
5 |
|
6 |
+
#pip install gradio
|
7 |
|
8 |
import numpy as np # linear algebra
|
9 |
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
|