Tonic commited on
Commit
6dab405
·
unverified ·
1 Parent(s): 15ec37f

remove old code

Browse files
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # app.py
 
2
  from flask import Flask, render_template, request, send_file, redirect, url_for
3
  import os
4
  import logging
 
1
  # app.py
2
+
3
  from flask import Flask, render_template, request, send_file, redirect, url_for
4
  import os
5
  import logging
{templates → old}/analysis.html RENAMED
File without changes
{templates → old}/form.html RENAMED
File without changes
templates/base.html CHANGED
@@ -13,8 +13,8 @@
13
  <a href="/">Home</a>
14
  <a href="/auth">Authenticate</a>
15
  <a href="/dashboard">Dashboard</a>
16
- <a href="/form">Form</a>
17
- <a href="/analysis">Analysis</a>
18
  <a href="/oneclick">One-Click</a>
19
  </nav>
20
  </header>
 
13
  <a href="/">Home</a>
14
  <a href="/auth">Authenticate</a>
15
  <a href="/dashboard">Dashboard</a>
16
+ <!-- <a href="/form">Form</a> -->
17
+ <!-- <a href="/analysis">Analysis</a> -->
18
  <a href="/oneclick">One-Click</a>
19
  </nav>
20
  </header>