Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -346,6 +346,7 @@ def server(input, output, session):
|
|
| 346 |
|
| 347 |
|
| 348 |
cols = top_d_score.columns.tolist();
|
|
|
|
| 349 |
|
| 350 |
for i in list(input.ignore_id()):
|
| 351 |
print('we made it here')
|
|
|
|
| 346 |
|
| 347 |
|
| 348 |
cols = top_d_score.columns.tolist();
|
| 349 |
+
print('we made it here',cols)
|
| 350 |
|
| 351 |
for i in list(input.ignore_id()):
|
| 352 |
print('we made it here')
|