ammaan commited on
Commit
13d6bae
1 Parent(s): 9998ed3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -20,7 +20,7 @@ new_list = load_data('country.csv')
20
 
21
  @app.get("/getdata")
22
  def getData():
23
- return {"data": new_list}}
24
 
25
  app.mount('/',StaticFiles(directory="static",html=True),name="static")
26
 
 
20
 
21
  @app.get("/getdata")
22
  def getData():
23
+ return {"data": new_list}
24
 
25
  app.mount('/',StaticFiles(directory="static",html=True),name="static")
26