Spaces:
Running
Running
update backend and fontend
Browse files
src/backend/__pycache__/main.cpython-313.pyc
CHANGED
Binary files a/src/backend/__pycache__/main.cpython-313.pyc and b/src/backend/__pycache__/main.cpython-313.pyc differ
|
|
src/frontend/app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import plotly.express as px
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
-
API_BASE_URL = "http://
|
8 |
CSV_FILE_PATH = "src/data/merged_yt_data.csv"
|
9 |
KAGGLE_LINK = "https://www.kaggle.com/datasets/rsrishav/youtube-trending-video-dataset?select=IN_category_id.json"
|
10 |
|
|
|
4 |
import plotly.express as px
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
+
API_BASE_URL = "http://localhost:8000"
|
8 |
CSV_FILE_PATH = "src/data/merged_yt_data.csv"
|
9 |
KAGGLE_LINK = "https://www.kaggle.com/datasets/rsrishav/youtube-trending-video-dataset?select=IN_category_id.json"
|
10 |
|