KalyanMurapaka45/Medical-Assisstant — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app for medical questions. I want a basic site where someone can type in a health related question, click a button, and get back a clear, detailed response generated with Google Gemini.
Please make it a small Flask app that runs locally, with a clean page, a text box for the query, and an area that shows the generated answer. The responses should feel like they come from a careful medical expert and should be written to be clear, accurate, and informative. Use a Google API key from environment variables or a .env file so I can plug my own key in easily.
Keep the setup straightforward so I can install requirements and run the app with python app.py, then open it in the browser on localhost. If anything is missing or outdated, look up the current Gemini docs online and wire it up properly. I want the whole project finished and usable in one pass.
Want more depth? Deep Reverse