NikilDGr8 commited on
Commit
862e936
1 Parent(s): 90cd85a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def download_table_to_csv():
168
  writer = csv.writer(f)
169
  writer.writerows(csv_data)
170
 
171
- print(f"Downloaded table oral_health_assessments" to '{csv_file}')
172
  return csv_file
173
 
174
  def gradio_download():
 
168
  writer = csv.writer(f)
169
  writer.writerows(csv_data)
170
 
171
+ print("Downloaded table oral_health_assessments")
172
  return csv_file
173
 
174
  def gradio_download():