import streamlit as st st.set_page_config(page_title="TensorFlow Playground", layout="wide") st.title("🧠 TensorFlow Playground") st.markdown("Welcome to the interactive neural network trainer!") st.header("📌 About the App") st.write(""" This app allows you to experiment with neural networks using TensorFlow and Streamlit. You can generate synthetic data or use predefined datasets to see how different hyperparameters affect performance and decision boundaries. """) st.header("👩‍💻 About the Author") st.write("Created by **R. Yuktha**, an enthusiastic ML developer and data explorer.")