worksheet.format(f"A1:A{len(global_df.index)}", { "numberFormat": { "type": TEXT, }, }) 359de66 verified lunarflu HF staff commited on Feb 3
global_df.loc[len(global_df.index)] = row_data (keep eye out for int vs string) 4fe0a98 verified lunarflu HF staff commited on Feb 3
working version exists; Issue is keeping consistent formatting between dataframe / google sheets d012f02 verified lunarflu HF staff commited on Feb 3
moving data = pd.read_csv("https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/export?format=csv&gid=0") outside 7580f86 verified lunarflu HF staff commited on Feb 3
reorganize gradio demo / thread running discord bot (RuntimeError: cannot schedule new futures after shutdown) 3b505e3 verified lunarflu HF staff commited on Feb 3