delete filtered_df
Browse files
app.py
CHANGED
|
@@ -858,6 +858,5 @@ def update_selected_view(seg_value):
|
|
| 858 |
return "all_downloads"
|
| 859 |
|
| 860 |
# Run the app
|
| 861 |
-
if __name__ == "__main__":
|
| 862 |
if __name__ == "__main__":
|
| 863 |
app.run(debug=True)
|
|
|
|
| 858 |
return "all_downloads"
|
| 859 |
|
| 860 |
# Run the app
|
|
|
|
| 861 |
if __name__ == "__main__":
|
| 862 |
app.run(debug=True)
|