file changes
This commit is contained in:
@@ -14,6 +14,9 @@ __pycache__/
|
||||
*.pyd
|
||||
venv/
|
||||
*.egg-info/
|
||||
req.txt
|
||||
my.settings.yml
|
||||
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,4 +10,4 @@ req.txt
|
||||
settings.yml
|
||||
app.log
|
||||
/config/*
|
||||
|
||||
my.settings.yml
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<section class="processor-section">
|
||||
<form id="main-action-form" class="upload-form">
|
||||
<fieldset>
|
||||
<legend><h2>1. Choose Files</h2></legend>
|
||||
<legend><h2>Choose Files</h2></legend>
|
||||
<div class="file-input-wrapper">
|
||||
<input type="file" name="file" id="main-file-input" required multiple>
|
||||
<label for="main-file-input" class="file-input-label">Choose Files...</label>
|
||||
|
||||
Reference in New Issue
Block a user