Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,28 +153,46 @@ def submit_philo():
|
|
153 |
# Sélection de la méthodologie selon le type
|
154 |
if phi_type == '1':
|
155 |
methodologie = f"""
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
else: # Type 2
|
179 |
methodologie = f"""
|
180 |
Traite ce sujet de philosophie "{phi_prompt}" selon le plan suivant:
|
|
|
153 |
# Sélection de la méthodologie selon le type
|
154 |
if phi_type == '1':
|
155 |
methodologie = f"""
|
156 |
+
|
157 |
+
|
158 |
+
Traite ce sujet de philosophie "{phi_prompt}" selon le plan suivant:
|
159 |
+
|
160 |
+
# INTRODUCTION: ( l'introduction se fait en un paragraphe m)
|
161 |
+
- Approche par constat
|
162 |
+
- - Amorcer le sujet avec moins de deux phrases
|
163 |
+
- Poser le problème
|
164 |
+
- Formuler la problématique autour de deux questions essentielles:
|
165 |
+
- Question-thèse
|
166 |
+
- Question-antithèse
|
167 |
+
|
168 |
+
# DÉVELOPPEMENT:
|
169 |
+
## Première partie (Thèse)
|
170 |
+
- Introduction partielle (thèse + arguments1 + arguments2)
|
171 |
+
- Argument 1:
|
172 |
+
* Explications
|
173 |
+
* Illustration (citation + reformulation)
|
174 |
+
- Argument 2:
|
175 |
+
* Explications
|
176 |
+
* Illustration (exemple + explication)
|
177 |
+
- Transition:
|
178 |
+
* Bilan (thèse + arguments1 + arguments2)
|
179 |
+
* Annonce de l'idée critique
|
180 |
+
|
181 |
+
## Deuxième partie (Antithèse)
|
182 |
+
- Introduction partielle (antithèse + arguments3 + arguments4)
|
183 |
+
- Argument 3:
|
184 |
+
* Explications
|
185 |
+
* Illustration (citation + reformulation)
|
186 |
+
- Argument 4:
|
187 |
+
* Explications
|
188 |
+
* Illustration (exemple + reformulation)
|
189 |
+
|
190 |
+
# CONCLUSION:
|
191 |
+
- Bilan global de l'analyse (rappel du problème + thèse + antithèse)
|
192 |
+
- Prise de position (réponse à la question critique de l'introduction)
|
193 |
+
|
194 |
+
Je veux un travail bien détaillé et complet avec un français raffiné et soutenu.
|
195 |
+
"""
|
196 |
else: # Type 2
|
197 |
methodologie = f"""
|
198 |
Traite ce sujet de philosophie "{phi_prompt}" selon le plan suivant:
|