A simple Streamlit web application that generates a random joke using pyjokes.
This application demonstrates how to build an interactive web app using Streamlit and pyjokes. When you click the Generate Joke button, the app fetches a random joke from pyjokes and displays it on the screen. Custom CSS styling is applied to enhance the UI.
- Random Joke Generation: Generates a new joke on button click using pyjokes.
- Custom Styling: Uses HTML and CSS for a modern and clean interface.
- Interactive UI: Built with Streamlit for fast and interactive development.