Bloom_chat / app.py
tafxle's picture
stub
25ada91
raw
history blame
162 Bytes
import streamlit as st
text = st.text_area("Prefix", value="DM: You enter the room.")
batch = st.number_input("Variants", value=5)
st.markdown(f"{text} {batch}")