Omnibus commited on
Commit
a45962f
·
verified ·
1 Parent(s): a53cb13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -305,6 +305,8 @@ def summarize(inp,history,data=None):
305
 
306
 
307
  def find_rss():
 
 
308
  error_box=[]
309
  error_box_schema={"Name":"","Error":"","Keys":"","Other":""}
310
  lod=""
@@ -397,18 +399,11 @@ def find_rss():
397
  token=token_self,
398
  repo_type="dataset",
399
  )
400
-
401
-
402
-
403
-
404
-
405
  yield out_box,[(None,'')],error_box
406
 
407
 
408
 
409
- #user_repo=save_data.split('datasets/',1)[1].split('/raw',1)[0]
410
- timestamp=str(datetime.datetime.now())
411
- timename=timestamp.replace(" ","--").replace(":","-").replace(".","-")
412
  print("DONE")
413
  json_object = json.dumps(out_box)
414
  #json_object = json.dumps(out_box,indent=4)
 
305
 
306
 
307
  def find_rss():
308
+ timestamp=str(datetime.datetime.now())
309
+ timename=timestamp.replace(" ","--").replace(":","-").replace(".","-")
310
  error_box=[]
311
  error_box_schema={"Name":"","Error":"","Keys":"","Other":""}
312
  lod=""
 
399
  token=token_self,
400
  repo_type="dataset",
401
  )
 
 
 
 
 
402
  yield out_box,[(None,'')],error_box
403
 
404
 
405
 
406
+
 
 
407
  print("DONE")
408
  json_object = json.dumps(out_box)
409
  #json_object = json.dumps(out_box,indent=4)