diff --git a/README.md b/README.md index 63f9488..8733912 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,19 @@ O código-fonte pode ser baixado aqui: [app_select_ai.py](./files/app_select_ai. - Define **`TNS_ADMIN`**. - `session_callback` ativa o **perfil de IA** (garante SELECT AI pronto em cada sessão). -![img_1.png](img_1.png) +![img_1.png](images/img_1.png) ### run_select_ai - Monta a sentença **`SELECT AI 'pergunta' FROM `**. - Executa e retorna **SQL gerado**, **headers/rows** e usuário/perfil ativos. -![img_2.png](img_2.png) +![img_2.png](images/img_2.png) ### build_chart e format_table - `build_chart`: heurísticas para inferir gráfico (pizza, barras, linha). - `format_table`: limita registros e devolve `{headers, rows}`. -![img_3.png](img_3.png) +![img_3.png](images/img_3.png) ### Front-end (PAGE) @@ -380,7 +380,13 @@ Abra `http://localhost:5001` e faça perguntas como: --- -![img.png](img.png) +![img.png](images/img.png) + + +![img_4.png](images/img_4.png) + +![img_5.png](images/img_5.png) + ## Reference diff --git a/img.png b/images/img.png similarity index 100% rename from img.png rename to images/img.png diff --git a/img_1.png b/images/img_1.png similarity index 100% rename from img_1.png rename to images/img_1.png diff --git a/img_2.png b/images/img_2.png similarity index 100% rename from img_2.png rename to images/img_2.png diff --git a/img_3.png b/images/img_3.png similarity index 100% rename from img_3.png rename to images/img_3.png diff --git a/images/img_4.png b/images/img_4.png new file mode 100644 index 0000000..881ba43 Binary files /dev/null and b/images/img_4.png differ diff --git a/images/img_5.png b/images/img_5.png new file mode 100644 index 0000000..e0128f4 Binary files /dev/null and b/images/img_5.png differ