thanos-wandb

Results 2 issues of thanos-wandb

Description ----------- - Fixes [WB-18916](https://wandb.atlassian.net/browse/WB-18916) What does the PR do? Include a concise description of the PR contents. ``` import wandb api = wandb.Api() runs = api.runs("/", filters={}) df =...

Fixes a minor typo in the main.py script within the personal_shopper example. No functional changes were made.