Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

RESOURCES.md

File metadata and controls

16 lines (12 loc) · 1.04 KB

Resources

This page contains some resources that may help developers maintaining this code.

Gradio for the User Interface

We are using Gradio for the UI. If you wish to change UI elements, the Gradio documentation will be helpful.

This guide was helpful for deploying a Gradio app into Azure: https://datasciencedojo.com/blog/web_app_for_gradio/. But, there were a few additional tweaks beyond this article that were needed to deploy successfully, so please follow the steps documented in the README.

There is a known bug to continue the questionnaire in the same language as the previous tab. Some resources that might help to fix this problem are:

Prompt Engineering

Langchain debugging: https://python.langchain.com/docs/guides/debugging