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

Fix data-binding for Images #8

Closed richross closed 11 months ago

richross commented 1 year ago

Process completes from DallE but image does not display on the page until it is refreshed.

richross commented 11 months ago

This just needed an async on the requestImage method.