lunarflu HF staff commited on
Commit
f6a2f75
1 Parent(s): ded8289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from tabulate import tabulate
15
  import logging
16
  import time
17
  import pandas as pd
 
18
 
19
  import gradio_client
20
  import gradio as gr
@@ -367,6 +368,16 @@ async def read_csv(ctx):
367
  break
368
 
369
 
 
 
 
 
 
 
 
 
 
 
370
  # embeds with user pfps?
371
  # name, pfp, time in server....
372
 
 
15
  import logging
16
  import time
17
  import pandas as pd
18
+ import gspread-dataframe
19
 
20
  import gradio_client
21
  import gradio as gr
 
368
  break
369
 
370
 
371
+ """
372
+ @bot.command()
373
+ async def dataframe_test(ctx):
374
+ if ctx.author.id == 811235357663297546:
375
+ df = get_as_dataframe(worksheet)
376
+ """
377
+
378
+
379
+
380
+
381
  # embeds with user pfps?
382
  # name, pfp, time in server....
383