File size: 136 Bytes
f7f4d28
 
f45ab7a
 
 
1
2
3
4
5
import streamlit as st

prompt = st.chat_input("Say something")
if prompt:
    st.write(f"User has sent the following prompt: {prompt}")