Docfile commited on
Commit
a1e5914
·
verified ·
1 Parent(s): 29bfc8e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +10 -0
templates/index.html CHANGED
@@ -90,6 +90,16 @@
90
  <p class="text-xl text-gray-600">Assistant d'Analyse Littéraire</p>
91
  </header>
92
 
 
 
 
 
 
 
 
 
 
 
93
  <div class="bg-white rounded-xl shadow-lg p-8">
94
  <!-- Zone de téléchargement -->
95
  <form id="uploadForm" class="space-y-6">
 
90
  <p class="text-xl text-gray-600">Assistant d'Analyse Littéraire</p>
91
  </header>
92
 
93
+
94
+ <div class="relative">
95
+ <label for="consignesInput" class="block text-lg font-medium text-gray-700 mb-3">
96
+ Consignes (optionnel)
97
+ </label>
98
+ <input id="consignesInput" name="consignes" type="text" class="w-full border border-gray-300 rounded-md p-2" placeholder="Entrez vos consignes ici">
99
+ </div>
100
+
101
+
102
+
103
  <div class="bg-white rounded-xl shadow-lg p-8">
104
  <!-- Zone de téléchargement -->
105
  <form id="uploadForm" class="space-y-6">