Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
jpa118 committed Dec 9, 2022
1 parent 720f53e commit 6c52bc1
Show file tree
Hide file tree
Showing 8 changed files with 5,575 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import uvicorn

if __name__ == "__main__":
uvicorn.run("src.app:app", host="0.0.0.0", port=8000, reload=True)
uvicorn.run("src.app:app", host="0.0.0.0", port=8000, reload=True)
# %%
5,573 changes: 5,573 additions & 0 deletions data-analysis/airbnb/cleaned_data/airbnb_score.csv

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6c52bc1

Please sign in to comment.