Skip to content

Commit

Permalink
flask
Browse files Browse the repository at this point in the history
  • Loading branch information
Srujanrana07 committed Mar 25, 2024
1 parent c771251 commit 0d0358b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cd myenv
4. **Install Dependencies**:
pip install flask
pip install pandas
5. **Set Up Environment Variables**:
Expand Down
Binary file not shown.
Binary file added myenv/__pycache__/app.cpython-312.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions myenv/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

]

csv_file = r"C:\Users\sruja\OneDrive\Desktop\Dcode\flask2\myenv\Testdata.csv"
suggestion_csv_file = r"C:\Users\sruja\OneDrive\Desktop\Dcode\flask2\myenv\disorder_values.csv"
csv_file = r"Testdata.csv"
suggestion_csv_file = r"disorder_values.csv"

# Read the CSV files into DataFrames
df = pd.read_csv(csv_file)
Expand Down
Binary file removed myenv/disorders.xlsx
Binary file not shown.

0 comments on commit 0d0358b

Please sign in to comment.