Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlarrinzal committed Nov 25, 2024
1 parent 4c521a4 commit 0a38939
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 @@ -8,7 +8,7 @@
# os.environ.pop('OPENAI_API_KEY', None)
load_dotenv()

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

Expand Down

0 comments on commit 0a38939

Please sign in to comment.