-
Edit
env.txt
:- Open the
env.txt
file located in the project's root directory. - Input your API keys in the specified format.
- Open the
-
Rename to
.env
:- After editing, rename
env.txt
to.env
to ensure the application can access the environment variables.
- After editing, rename
-
Navigate to the Application Directory:
- Open your terminal or command prompt.
- Change the directory to
gradio_templates
:cd path/to/project/gradio_templates
-
Execute the Script:
- Run the
landingAndChatbot.py
script:python landingAndChatbot.py
- Run the
- Issues:
- If you encounter any problems or need detailed information on dependencies and environment settings, refer to the following tutorial: