import streamlit as st st.title("DataScienceMasterminds - Get Quotes from AI") topic = st.input_text("Enter your topic / keywords here..") if st.button("Get Resposne") and topic: st.write(topic+ 'this is the quote.')