{"id":22305426,"url":"https://github.com/avidhanr/streamlitwebapp","last_synced_at":"2026-05-02T14:39:19.814Z","repository":{"id":238655471,"uuid":"797136345","full_name":"AVidhanR/StreamlitWebApp","owner":"AVidhanR","description":"Sample project using Python streamlit package.","archived":false,"fork":false,"pushed_at":"2024-05-12T03:33:05.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T21:32:47.489Z","etag":null,"topics":["pip","python3","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AVidhanR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-07T09:06:51.000Z","updated_at":"2024-07-03T16:09:48.000Z","dependencies_parsed_at":"2024-05-12T04:25:53.171Z","dependency_job_id":null,"html_url":"https://github.com/AVidhanR/StreamlitWebApp","commit_stats":null,"previous_names":["avidhanr/streamlitwebapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FStreamlitWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FStreamlitWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FStreamlitWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FStreamlitWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AVidhanR","download_url":"https://codeload.github.com/AVidhanR/StreamlitWebApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245568581,"owners_count":20636803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pip","python3","streamlit"],"created_at":"2024-12-03T19:11:38.319Z","updated_at":"2026-05-02T14:39:18.895Z","avatar_url":"https://github.com/AVidhanR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sample `Streamlit` Project\n- Create a new project in `Pycharm` (Recommended)\n- Create a new file and name it as `main.py`\n- Install the below packages in your project.\n```bash\npip install streamlit\n```\n- Write the below code,\n```py\nimport streamlit as st\nimport numpy as np\n\ncontainer = st.container()\ncontainer.header(\"About me\")\n# * Interesting [streamlit]\n# container.markdown(\n#         \"\"\"\n#         \u003cstyle\u003e\n#             /* Define custom CSS styles */\n#             .custom-text {\n#                 font-size: 1.5rem; /* Adjust font size as needed */\n#                 font-weight: bold; /* Make text bold */\n#             }\n#         \u003c/style\u003e\n#         \u003cp class = \"custom-text\"\u003eBio: \u003c/p\u003e\n#         \"\"\",\n#         unsafe_allow_html = True\n#         )\ncontainer.text(\n    \"Hello! I'm Vidhan, A Compute Science undergraduate. \\nI love to learn new Stuff and upgrade myself\"\n)\ncontainer.markdown(\n    \"\"\"\n    \u003ca\n        href=\"https://github.com/AVidhanR\"\n        style=\"font-size: 1rem; text-decoration: none; color: sky-blue;\"\u003e\n        Vist my github\n    \u003c/a\u003e\n    \"\"\",\n    unsafe_allow_html = True\n)\nmessage = st.chat_message(\"assistant\")\nmessage.write(\"Hello human\")\nprompt = st.chat_input(\"Enter something\")\nif prompt:\n    st.write(f\"User has entered something: {prompt}\")\nmessage.bar_chart(np.random.randn(30, 3))\nbtn = container.button(\"I'm Feeling lucky!\")\nif btn:\n    st.balloons()\n\n```\n- Save the code in your file [`main.py`]()\n```bash\nstreamlit run main.py\n```\n- Open the `localhost:8501` or by clicking it from the terminal\n- Thats it your first `Streamlit` web app is ready.\n----\n# OR\n----\n- Fork this `repo` and open it in `PyCharm`\n- Run the app, alter it, experiment it ([`Streamlit Documentaion`](https://docs.streamlit.io/))\n- Project by [`AVidhanR`]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhanr%2Fstreamlitwebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidhanr%2Fstreamlitwebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhanr%2Fstreamlitwebapp/lists"}