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!
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)
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
Hey, So I was reading you blog and I am on the 3rd part where you are telling how to integrate stripe with the web app. I have two major problems-
It is is available by invite only in India.
I have used my personal email for creating my database and other things also and stripe is asking for a work email and I have entered my institute id there. Will it be a problem if I have separate id’s in database and stripe.
Sadly not much we can do about that. Maybe you can take a look at polar, LemonSqueezy and other options?
It is not a problem to have accounts on Stripe and Supabase with different emails, however I’d suggest using an email you have full control over and not one provided to you by your current job / university or other.
Hey, how did u make your website accessible publicly? I’m using a webcam code and whenever I deploy the code the camera just disappears.
I would love it if you could help me with this cuz its my grad project and its due very soon:(