Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
38ab021
·
verified ·
1 Parent(s): d0d6d66

read csv issue

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ async def on_ready():
55
  # testing sheet -> read -> paste sheet
56
 
57
  """import data from google sheets -> HF Space .csv (doesn't make API call this way, as it's read-only)"""
58
- data = pd.read_csv("https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/export?format=csv&gid=0")
59
- print(f"csv successfully retrieved: {data}")
60
- data.to_csv(csv_file, index=False)
61
 
62
 
63
  def update_google_sheet():
 
55
  # testing sheet -> read -> paste sheet
56
 
57
  """import data from google sheets -> HF Space .csv (doesn't make API call this way, as it's read-only)"""
58
+ #data = pd.read_csv("https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/export?format=csv&gid=0")
59
+ #print(f"csv successfully retrieved: {data}")
60
+ #data.to_csv(csv_file, index=False)
61
 
62
 
63
  def update_google_sheet():