bambadij commited on
Commit
d66a658
·
verified ·
1 Parent(s): 72385fa
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -296,12 +296,12 @@ async def generate_global_analysis(file: UploadFile = File(...)):
296
  En résumé, présentez une analyse focalisée sur les blocages du travail et la réactivité des différents domaines, avec des recommandations concrètes pour améliorer la situation.
297
  """
298
  # Format the prompt with the analyzed data
299
- formatted_prompt = prompt_global.format(
300
- total_plaintes=len(df),
301
- month_most_domains=month_with_most_domains,
302
- dominant_domain=dominant_domain,
303
- domain_analyses=domain_analyses
304
- )
305
 
306
  # Create the request for the API
307
  try:
 
296
  En résumé, présentez une analyse focalisée sur les blocages du travail et la réactivité des différents domaines, avec des recommandations concrètes pour améliorer la situation.
297
  """
298
  # Format the prompt with the analyzed data
299
+ # formatted_prompt = prompt_global.format(
300
+ # total_plaintes=len(df),
301
+ # month_most_domains=month_with_most_domains,
302
+ # dominant_domain=dominant_domain,
303
+ # domain_analyses=domain_analyses
304
+ # )
305
 
306
  # Create the request for the API
307
  try: