diff --git a/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_chatgpt.html b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_chatgpt.html new file mode 100644 index 0000000..565633e --- /dev/null +++ b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_chatgpt.html @@ -0,0 +1,34 @@ + + + + + Poser une question - ChatGPT + + + +

Posez une question sur la capture (ChatGPT)

+ +
+ + + + +
+ + {% if chatgpt_answer %} +
+

Réponse :

+

{{ chatgpt_answer }}

+
+ {% endif %} + + +

← Retour à l'image

+ + diff --git a/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_choice.html b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_choice.html new file mode 100644 index 0000000..990f94f --- /dev/null +++ b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_choice.html @@ -0,0 +1,23 @@ + + + + + Choisir le système de réponse + + + +

Choisissez le système de réponse

+ +
+ ChatGPT + NLP +
+ +

← Retour à l'image

+ + diff --git a/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_nlp.html b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_nlp.html new file mode 100644 index 0000000..8f50dd4 --- /dev/null +++ b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/user_question_nlp.html @@ -0,0 +1,34 @@ + + + + + Poser une question - NLP + + + +

Posez une question sur la capture (NLP)

+ +
+ + + + +
+ + {% if answer %} +
+

Réponse :

+

{{ answer }}

+
+ {% endif %} + + +

← Retour à l'image

+ +