skip to Main Content

Html – Can anyone explain this error in the image below

[[enter image description here[enter image description hereenter image description here](https://phpout.com/wp-content/uploads/2023/06/0nTtB-jpg.webp)](https://phpout.com/wp-content/uploads/2023/06/I92O5-jpg.webp)](https://phpout.com/wp-content/uploads/2023/06/J58gG-jpg.webp) I ran the program but it shows error 500 and GET error and syntax endblock error. I am using flask. I tried for making a simple program in the webpage

VIEW QUESTION

Html – Flask: Can't access secondary page via href

Python Code import openai app = Flask(__name__) app.debug = True #audio_file= open("/path/to/file/audio.mp3", "rb") #transcript = openai.Audio.transcribe("whisper-1", audio_file) @app.route('/') def hello_flask(): return render_template('landing.html') if __name__ == '__main__': app.run() HTML Code of Main Page (landing.html) <html> <head> <title>komodo.ai</title> <link rel="stylesheet" href="static/styles.css"> <meta…

VIEW QUESTION
Back To Top
Search