Update app.py
Browse files
app.py
CHANGED
@@ -162,11 +162,11 @@ async def main():
|
|
162 |
<form action="/analyze" method="post" enctype="multipart/form-data"
|
163 |
onsubmit="document.getElementById('loading').style.display = 'block';">
|
164 |
<div>
|
165 |
-
<
|
166 |
-
|
167 |
-
|
|
|
168 |
</div>
|
169 |
-
<img id="preview" class="preview-image" src="" alt="Vorschau">
|
170 |
<button type="submit" class="button">
|
171 |
Analysieren
|
172 |
</button>
|
|
|
162 |
<form action="/analyze" method="post" enctype="multipart/form-data"
|
163 |
onsubmit="document.getElementById('loading').style.display = 'block';">
|
164 |
<div>
|
165 |
+
<label for="file-upload" class="file-upload-label">
|
166 |
+
Röntgenbild auswählen
|
167 |
+
</label>
|
168 |
+
<input id="file-upload" type="file" name="file" accept="image/*" required>
|
169 |
</div>
|
|
|
170 |
<button type="submit" class="button">
|
171 |
Analysieren
|
172 |
</button>
|