richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

deleting remnant code #46

Closed richross closed 3 months ago

richross commented 3 months ago

This pull request includes a simplification to the Home.razor file in the src/HelloDallE8/Components/Pages directory. The change removes redundant code that was invoking the SKQuestions.InvokePromptAsync() method twice. The method is now invoked only once, which should improve the efficiency of the code.

Simplification of code: