Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Feb 28, 2024
1 parent 75d2f77 commit fc13914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proyecto/llamachat/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def handle_response_request(prompt: dict) -> dict:
return token


app = Flask(__name__, static_url_path='', port=)
app = Flask(__name__, static_url_path='')


# Configurar el secret_key. OJO, no debe ir en un servidor git público.
Expand Down

0 comments on commit fc13914

Please sign in to comment.