lunarflu HF staff commited on
Commit
dc6587d
1 Parent(s): 479c0c2

set_with_dataframe

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ from tabulate import tabulate
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
 
15
  import logging
16
  import time
17
  import pandas as pd
18
+ from gspread_dataframe import get_as_dataframe, set_with_dataframe
19
+ from gspread_formatting.dataframe import format_with_dataframe
20
 
21
  import gradio_client
22
  import gradio as gr