Update chat.py

This commit is contained in:
dKosarevsky 2023-03-02 22:25:47 +03:00 committed by GitHub
parent 86cdfb68d1
commit eec8dd86fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ def main() -> None:
api_key = st.text_input(label="Input OpenAI API key:")
api_key = api_key_checker(api_key)
user_text = st.text_area(label="Start your conversation with AI:")
user_text = st.text_area(label="Begin your dialogue with AI:")
if st.button("Rerun"):
st.cache_data.clear()