Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 52
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 52
22_23-J 52
Commits
f130a100
Commit
f130a100
authored
May 24, 2023
by
Kithmini Nimasha Ketangoda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace kidney_prediction.html
parent
de9430eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
25 deletions
+19
-25
kidney_prediction.html
kidney_prediction.html
+19
-25
No files found.
kidney_prediction.html
View file @
f130a100
...
...
@@ -9,67 +9,61 @@
<form
method=
"post"
action=
"{{ url_for('predictKidney') }}"
style=
"margin-left: 5%;margin-right: 5%;margin-bottom: 5%;"
>
<div
class=
"form-group"
>
<label>
Blood Pressure
</label>
<input
type=
"
text
"
name=
"bp"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"bp"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Specific Gravity
</label>
<input
type=
"
text
"
name=
"sg"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"sg"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Albumin
</label>
<input
type=
"text"
name=
"al"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Sugar
</label>
<input
type=
"text"
name=
"su"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Red Blood Cells
</label>
<input
type=
"text"
name=
"rbc"
class=
"form-control"
/>
<label
for=
"rbc"
>
Red Blood Cells
</label>
<select
class=
"form-control"
id=
"rbc"
name=
"rbc"
>
<option
value=
"0"
>
Normal
</option>
<option
value=
"1"
>
Abnormal
</option>
</select>
</div>
<div
class=
"form-group"
>
<label>
Blood Urea
</label>
<input
type=
"
text
"
name=
"bu"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"bu"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Serum Creatinine
</label>
<input
type=
"
text
"
name=
"sc"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"sc"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Sodium
</label>
<input
type=
"
text
"
name=
"sod"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"sod"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Pottasium
</label>
<input
type=
"
text
"
name=
"pot"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"pot"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Hemoglobin
</label>
<input
type=
"
text
"
name=
"hemo"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"hemo"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
White Blood Cell Count
</label>
<input
type=
"
text
"
name=
"wbcc"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"wbcc"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Red Blood Cell Count
</label>
<input
type=
"
text
"
name=
"rbcc"
class=
"form-control"
/>
<input
type=
"
number"
step=
"1
"
name=
"rbcc"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Hypertension
</label>
<input
type=
"text"
name=
"htn"
class=
"form-control"
/>
<label
for=
"htn"
>
Hypertension
</label>
<select
class=
"form-control"
id=
"htn"
name=
"htn"
>
<option
value=
"0"
>
No
</option>
<option
value=
"1"
>
Yes
</option>
</select>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Submit
</button>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment