Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
48484aa
1
Parent(s):
9bb0397
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def append_patient_info_to_html(name, age, medical_record, sex, result, predicte
|
|
174 |
<html>
|
175 |
<body>
|
176 |
<h1>Patient Prediction Database</h1>
|
177 |
-
<table border="1" style="width:100%; border-collapse: collapse;">
|
178 |
<tr>
|
179 |
<th>Name</th>
|
180 |
<th>Age</th>
|
|
|
174 |
<html>
|
175 |
<body>
|
176 |
<h1>Patient Prediction Database</h1>
|
177 |
+
<table border="1" style="width:100%; border-collapse: collapse; text-align: left;">
|
178 |
<tr>
|
179 |
<th>Name</th>
|
180 |
<th>Age</th>
|