Spaces:
Runtime error
Runtime error
add be patient message
Browse files- static/styles.css +1 -1
- templates/find_my_match.html +1 -1
static/styles.css
CHANGED
@@ -159,7 +159,7 @@ html {
|
|
159 |
}
|
160 |
|
161 |
.alert {
|
162 |
-
font-size:
|
163 |
color: #2c2161;
|
164 |
margin-bottom: 30px;
|
165 |
text-align:left;
|
|
|
159 |
}
|
160 |
|
161 |
.alert {
|
162 |
+
font-size: 14px;
|
163 |
color: #2c2161;
|
164 |
margin-bottom: 30px;
|
165 |
text-align:left;
|
templates/find_my_match.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
<form class="upload" method="POST" enctype="multipart/form-data">
|
25 |
<input type="file" name="resume" id="resume" class="upload__file">
|
26 |
<button type="submit" class="form__submit">Submit</button>
|
27 |
-
<p class="alert">Note:
|
28 |
</form>
|
29 |
<section class="output">
|
30 |
{% if resume %}
|
|
|
24 |
<form class="upload" method="POST" enctype="multipart/form-data">
|
25 |
<input type="file" name="resume" id="resume" class="upload__file">
|
26 |
<button type="submit" class="form__submit">Submit</button>
|
27 |
+
<p class="alert">Note: This can take a while. Please be patient.</p>
|
28 |
</form>
|
29 |
<section class="output">
|
30 |
{% if resume %}
|