Skip to content

Commit

Permalink
Changes to (hopefully) FINALLY integrate StrongSORT
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Guo authored and Mikonooooo committed Sep 2, 2023
1 parent 9ba6f1e commit 97dcbaf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions view/app.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""
Frontend
"""
<<<<<<< HEAD
=======

>>>>>>> ad2262d (Remove credentials)
from src import main
import io
import sys
import os
Expand All @@ -13,11 +10,7 @@
import pandas as pd
import requests
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from src import main
<<<<<<< HEAD

=======
>>>>>>> ad2262d (Remove credentials)
# Set up tab title and favicon
st.set_page_config(page_title='HoopTracker', page_icon=':basketball:')

Expand Down

0 comments on commit 97dcbaf

Please sign in to comment.