Spaces:
Runtime error
Runtime error
Update app.py
Browse filestest csv showed everything once i cleared cells. must be the hyperlink. revert to prod
app.py
CHANGED
|
@@ -14,8 +14,8 @@ columns_to_click = ["Paper / Repo", "Playground"]
|
|
| 14 |
def get_data():
|
| 15 |
# Load the CSV file into a DataFrame
|
| 16 |
df = pd.read_csv(
|
| 17 |
-
|
| 18 |
-
|
| 19 |
skiprows=1,
|
| 20 |
)
|
| 21 |
|
|
|
|
| 14 |
def get_data():
|
| 15 |
# Load the CSV file into a DataFrame
|
| 16 |
df = pd.read_csv(
|
| 17 |
+
#test "https://docs.google.com/spreadsheets/d/e/2PACX-1vTmhqd7F40mODp2OeQLAn0t_IUd2tjGx0XIWt98HsKORKlejOGsrk6RP9rjjLF7k4krAkrce1FzlluT/pub?output=csv",
|
| 18 |
+
"https://docs.google.com/spreadsheets/d/e/2PACX-1vSC40sszorOjHfozmNqJT9lFiJhG94u3fbr3Ss_7fzcU3xqqJQuW1Ie_SNcWEB-uIsBi9NBUK7-ddet/pub?output=csv",
|
| 19 |
skiprows=1,
|
| 20 |
)
|
| 21 |
|