Spaces:
Running
Feedback
Feedback about app
Hi Valentina,
Somehow I really like this space โ it feels like something that could become a real product (I'm almost a bit jealous! ๐). The UI looks clean, and connecting/loading patient data seems to work well. The app runs smoothly!
The code could use a bit of cleanup for readability (though to be fair, mine too โ classic hackathon time crunch! โฑ๏ธ). It wasn't easy for me to follow everything at first, but I still really appreciate the idea and the execution.
Also โ the AIโs tone is super friendly. I really like that touch. ๐
Great work and heads up!
Chris
Thank you @Chris4K ! Much appreciated, glad that it feels like something that could become a product one day (who knows). And yes, unfortunately I'm not great at keeping code clean, I'll make sure to improve readability once the hackathon is over :)
Great work Valentina! This Space is really clean and its impressive that you provided demo data along with the ability to integreate your own DexCom data. Feels like a great MVP to take to investors :)
Quick UI feedback:
- "Show Descom Oauth Options" would be better as an gr.Accordion
- If using custom CSS, make sure to check how it will look in browsers with --prefers-color-scheme: dark; Extending themes is usually a better approach for this reason - better dark mode handling automatically