Skip to content

Commit

Permalink
contents of the web modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tedoaba committed Oct 26, 2024
1 parent c6f73ca commit 49083f1
Show file tree
Hide file tree
Showing 11 changed files with 313 additions and 129 deletions.
2 changes: 1 addition & 1 deletion app/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def data():


# Query the first 5 rows using pandas
df = pd.read_sql('SELECT * FROM features LIMIT 15', engine)
df = pd.read_sql('SELECT * FROM features LIMIT 10', engine)

# Convert DataFrame to dictionary for template rendering
features = df.to_dict(orient='records')
Expand Down
Binary file added app/static/assets/finance-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 49083f1

Please sign in to comment.