GuillaumeSalouHF HF staff commited on
Commit
6b9f5fa
1 Parent(s): b6a787a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,7 +4,6 @@ import os
4
  import re
5
  import json
6
  from pathlib import Path
7
- import sqlite3
8
  from huggingface_hub import Repository, HfFolder
9
  import tqdm
10
  import subprocess
@@ -33,7 +32,7 @@ app = FastAPI()
33
 
34
  @app.post("/")
35
  def read_root():
36
- return "Just a bot to sync data to huggingface datasets and tweet tha latest data"
37
 
38
 
39
  @app.post("/sync")
 
4
  import re
5
  import json
6
  from pathlib import Path
 
7
  from huggingface_hub import Repository, HfFolder
8
  import tqdm
9
  import subprocess
 
32
 
33
  @app.post("/")
34
  def read_root():
35
+ return "Just a bot to push data to huggingface datasets "
36
 
37
 
38
  @app.post("/sync")