Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
bce2f6a
1
Parent(s): 6d0d15b
Update delete button functionality to clear specific telemetry data in DigitalFootprintDashboard
Browse files- pages/home.py +2 -1
pages/home.py
CHANGED
|
@@ -137,7 +137,8 @@ class DigitalFootprintDashboard:
|
|
| 137 |
reset_button = st.button("RESET ALL",icon="🗑️", use_container_width=True)
|
| 138 |
|
| 139 |
if reset_button:
|
| 140 |
-
clear_collection("
|
|
|
|
| 141 |
|
| 142 |
async def run_analysis(self):
|
| 143 |
result = await asyncio.gather(
|
|
|
|
| 137 |
reset_button = st.button("RESET ALL",icon="🗑️", use_container_width=True)
|
| 138 |
|
| 139 |
if reset_button:
|
| 140 |
+
clear_collection("df_data")
|
| 141 |
+
clear_collection("df_response")
|
| 142 |
|
| 143 |
async def run_analysis(self):
|
| 144 |
result = await asyncio.gather(
|