Spaces:
Runtime error
Runtime error
Commit ·
dbff2e5
1
Parent(s): f3d3104
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
import pandas as pd
|
| 2 |
-
#df = pd.read_csv('/content/posts.csv')
|
| 3 |
df=pd.read_csv('https://raw.githubusercontent.com/aiquotient-chatbot/oss-enterprise/main/NewQuip%20-%20Case%20Studies.csv')
|
| 4 |
|
| 5 |
df.head()
|
|
|
|
| 1 |
import pandas as pd
|
|
|
|
| 2 |
df=pd.read_csv('https://raw.githubusercontent.com/aiquotient-chatbot/oss-enterprise/main/NewQuip%20-%20Case%20Studies.csv')
|
| 3 |
|
| 4 |
df.head()
|