doc: fix incorrect path to png image files (#783)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David Kinder
2024-09-11 01:22:44 -04:00
committed by GitHub
parent 63406dc050
commit d97882ec8e
4 changed files with 15 additions and 15 deletions

View File

@@ -362,12 +362,12 @@ To access the Conversational UI frontend, open the following URL in your browser
- "80:80"
```
![project-screenshot](../../../assets/img/chat_ui_init.png)
![project-screenshot](../../../../assets/img/chat_ui_init.png)
Here is an example of running ChatQnA:
![project-screenshot](../../../assets/img/chat_ui_response.png)
![project-screenshot](../../../../assets/img/chat_ui_response.png)
Here is an example of running ChatQnA with Conversational UI (React):
![project-screenshot](../../../assets/img/conversation_ui_response.png)
![project-screenshot](../../../../assets/img/conversation_ui_response.png)