Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlarrinzal committed Dec 11, 2024
1 parent 5a95371 commit d7e1cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# os.environ.pop('OPENAI_API_KEY', None)
load_dotenv()

#Versión 0.2.7
#Versión 0.2.8
app = Flask(__name__, static_folder='static', static_url_path='')
app.config['UPLOAD_FOLDER'] = 'uploads'

Expand Down

0 comments on commit d7e1cf0

Please sign in to comment.