I'm trying to create a run a flask application
BelleAI.pythonanywhere.com
However I am getting the error:
Debugging tips
The first place to look is at your web app page to ensure that there are no errors indicated there.
Next, check your site's server and error logs for any messages — you can view them here:
belleai.pythonanywhere.com.error.log
belleai.pythonanywhere.com.server.log
You can find helpful tips on the PythonAnywhere help site:
There's an ImportError in the logs
"403 Forbidden" error or "Connection Refused" error in logs
Database connection errors
There are many more helpful guides on our Help pages
If you get completely stuck, then drop us a line at support@pythonanywhere.com, in the forums, or using the "Send feedback" link on the site, with the relevant lines from your logs.
My directories without python anywhere
- mysite/
app.py
chatbot.py
- static/
css/
js/
-templates
chatbot.html
index.html
my html codes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/icon" href="img/android-chrome-192x192.png" />
<title>Chatbot</title>
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename = 'css/chat.css')}}" media="screen" />
</head>
<body>
<main class="page__main">
<div class="block--background">
<div class="chatbot__overview">
<ul class="chatlist">
<li class="bot__output bot__output--standard">Olá, eu sou Belle! </li>
<li class="bot__output bot__output--standard">Este é um chatbot sobre termos e jargões usados na
bioinformática</li>
<li class="bot__output bot__output--standard">
<span class="bot__output--second-sentence">Digite o termo ou jargão que gostaria de conhecer</span>
Comece a usar agora e divirta-se!!