Skip to content

I asked ChatGPT to buid this Data Science Web App from scratch in PYTHON



This video tutorial uses the @OpenAI chatGPT to create a @streamlitofficial (Streamlit) python-based Web App. By feeding in …

5 thoughts on “I asked ChatGPT to buid this Data Science Web App from scratch in PYTHON”

  1. I wrote a todo app with streamlit. When I upload it, it will be remove after a few hours. How can I give an address in the database?

    sqlite3.connect('picscols.db')
    When I put it in github and deploy it, how should I give sqlite3 address in github?

Comments are closed.