From a3c39b47ea1e9134b82cb2ba67c6c71c7c06d8a4 Mon Sep 17 00:00:00 2001 From: Samuel Pelletier Evraire Date: Fri, 12 Apr 2024 13:51:34 -0400 Subject: [PATCH] Update app.py Co-authored-by: Maxence Guindon --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 713be31f..e9d6147a 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,8 @@ from typing import List typeOfQuestion = "Original_question" -firstRequest = True +QUESTION_TYPE = "original_question" +FIRST_REQUEST = True # Function to collect images from a directory def collect_images(directory):