File size: 136 Bytes
f2ed852
 
67ffc22
 
 
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}")