fierce74 commited on
Commit
a12f053
1 Parent(s): 14e9332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)