Skip to content
Snippets Groups Projects
Commit 70d8d4de authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

delete flask app stuff from repo. I forked them all to another repo

parent 51613552
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<title> Cotton Leaf Disease Detection </title>
</head>
<body>
<div class="container pt-3">
<div id="content">{% block content %}{% endblock %}</div>
<div id="footer">
{% block footer %}
<div class="row">
</div>
{% endblock %}
</div>
</div>
</body>
</html>
\ No newline at end of file
{% extends "basic.html" %}
{% block title %}Result{% endblock %}
{% block body %}
Response to query:<br>
<div>
<form action="/choose_file">
<input type="radio" id="downloadTypeChoice1"
name="Filetype" value="html">
<label for="downloadChoice1">HTML</label><br>
<input type="radio" id="downloadTypeChoice2"
name="Filetype" value="markdown">
<label for="downloadTypeChoice2">Markdown</label><br>
<input type="radio" id="downloadTypeChoice3"
name="Filetype" value="pdf">
<label for="downloadTypeChoice3">PDF</label><br>
<input type="submit">
</form>
</div>
{% endblock %}
{% extends "structure.html" %}
{% block title%}Home{% endblock %}
{% block body %}
<h1>Loading</h1>
<progress value = "65" max = "100"/>
{% endblock %}
attrs
click==8.0.3
Flask==2.0.2
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1
packaging==21.3
pandoc==2.0.1
pdflatex
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.6
pytest
python-dotenv==0.19.2
toml==0.10.2
Werkzeug==2.0.2
weasyprint==51
\ No newline at end of file
from setuptools import setup
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment