Hey everyone! 
I’ve been diving into building public-facing Streamlit apps, hoping to eventually create monetized ones. Super excited about the recent showcase and the upcoming release of native authentication—so many cool possibilities!
For now, I wanted to share my first public app: an AI chatbot that writes Matplotlib code for you—no more wasting time tweaking plots! You just describe what you need, and it generates the code.
Would love any feedback on the app, and if you have tips on getting Streamlit apps production-ready, I’m all ears. Looking forward to learning from this awesome community!
Check it out here: https://simplyplot.streamlit.app
Cheers! 
3 Likes
Hey, I went to your app but it shows some error. I really liked your idea. Can you see what the issue is?
Error message:
gotrue.errors.AuthRetryableError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).
Traceback:
File "/mount/src/simplyplot/app.py", line 82, in <module>
main()File "/mount/src/simplyplot/app.py", line 44, in main
conn = get_db_connection()
^^^^^^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/caching/cache_utils.py", line 217, in __call__
return self._get_or_create_cached_value(args, kwargs, spinner_message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/caching/cache_utils.py", line 259, in _get_or_create_cached_value
return self._handle_cache_miss(cache, value_key, func_args, func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/caching/cache_utils.py", line 317, in _handle_cache_miss
computed_value = self._info.func(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/mount/src/simplyplot/backend.py", line 231, in get_db_connection
conn.auth.sign_in_with_password(File "/home/adminuser/venv/lib/python3.12/site-packages/gotrue/_sync/gotrue_client.py", line 258, in sign_in_with_password
response = self._request(
^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/gotrue/_sync/gotrue_base_api.py", line 125, in _request
raise handle_exception(e)
Hey! Thank you! Yes, the project was automatically paused on Supabase, I just restarted and tested it, it should be all good now!
Would love to hear any feedback you might have!
It is quite good I just used it.
I just want to know one thing that how did you integrated gmail id with all the required APIs in the program. And you are also showing the amount of credit balance left. Can you tell about that a little bit. I also made an AI travel planner bot and am hoping to use this functionality in my code
1 Like
I am glad to hear you like it!
About the features, well it just so happens I wrote an entire series of blog posts about just that! Please don’t hesitate if you have any questions.
1 Like
Woah! I will definitely refer to those blogs and will ask you if I have any doubt