Skip to content

Commit

Permalink
Highlighted files unused in eventual final project
Browse files Browse the repository at this point in the history
  • Loading branch information
jopokemine committed Jun 5, 2021
1 parent 9781bef commit 61c3b67
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# UNUSED IN FINAL PROJECT!

from flask import Flask, render_template, jsonify, request
# import bot
from chatbot.main import init_chatbot, evaluate_sentence
Expand Down
1 change: 1 addition & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* UNUSED IN FINAL PROJECT! */
body {
background-color: red;
}
1 change: 1 addition & 0 deletions static/js/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// UNUSED IN FINAL PROJECT
'use strict';

const sendBtnClickListener = async () => {
Expand Down
1 change: 1 addition & 0 deletions templates/chatbot.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- UNUSED IN FINAL PROJECT! -->
<!DOCTYPE html>
<html>
<head>
Expand Down
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- UNUSED IN FINAL PROJECT! -->
<html>
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" />
Expand Down
1 change: 1 addition & 0 deletions templates/page.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- UNUSED IN FINAL PROJECT! -->
<html>
<body>
<h1>Hello {{ name }}!</h1>
Expand Down
Empty file removed templates/test.html
Empty file.

0 comments on commit 61c3b67

Please sign in to comment.