maaz21 commited on
Commit
9639dd5
·
verified ·
1 Parent(s): 5a066dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ client = Groq(api_key=("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
12
  # ---- Load and Hardcode CSV Data ---- #
13
  @st.cache_data
14
  def load_data():
15
- return pd.read_csv("traffic_data.csv") # Replace with your file path if needed
16
 
17
  df = load_data()
18
 
 
12
  # ---- Load and Hardcode CSV Data ---- #
13
  @st.cache_data
14
  def load_data():
15
+ return pd.read_csv("Traffic.csv") # Replace with your file path if needed
16
 
17
  df = load_data()
18