Skip to content

Commit

Permalink
Remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 17, 2024
1 parent 369cead commit 5885db3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import pandas as pd
import nltk
import os
from dotenv import load_dotenv
import json
import openai
import asyncio
Expand All @@ -25,7 +24,6 @@

nltk.download('wordnet')

load_dotenv()
app = Flask(__name__)
CORS(app) # CORS(app, resources={r"/*": {"origins": "http://localhost:3000"}})
server_thread = None
Expand Down

0 comments on commit 5885db3

Please sign in to comment.