https://github.com/allanotieno254/streamlit-form-demo
This project demonstrates how to build interactive forms using Streamlit. It consists of two Python scripts that create user-friendly forms for collecting information, such as text inputs, dates, and selections.
https://github.com/allanotieno254/streamlit-form-demo
forms python streamlit visualization
Last synced: 7 months ago
JSON representation
This project demonstrates how to build interactive forms using Streamlit. It consists of two Python scripts that create user-friendly forms for collecting information, such as text inputs, dates, and selections.
- Host: GitHub
- URL: https://github.com/allanotieno254/streamlit-form-demo
- Owner: AllanOtieno254
- Created: 2025-02-24T20:51:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:58:04.000Z (8 months ago)
- Last Synced: 2025-02-24T21:35:15.199Z (8 months ago)
- Topics: forms, python, streamlit, visualization
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit Form Demo
## 📌 Project Overview
This project demonstrates how to build interactive forms using **Streamlit**. It consists of two Python scripts that create user-friendly forms for collecting information, such as text inputs, dates, and selections.## 🚀 Features
- **Text Input**: Users can enter their name and feedback.
- **Date & Time Input**: Collects the user’s date of birth and time.
- **Selection Widgets**: Includes dropdowns, radio buttons, and sliders.
- **Checkboxes & Toggles**: Users can enable notifications or dark mode.
- **Form Submission**: Ensures all fields are filled before submission and provides success messages.
- **Visual Feedback**: Uses Streamlit’s balloons animation upon successful submission.
