Update chat.py
This commit is contained in:
parent
86cdfb68d1
commit
eec8dd86fa
2
chat.py
2
chat.py
@ -29,7 +29,7 @@ def main() -> None:
|
|||||||
api_key = st.text_input(label="Input OpenAI API key:")
|
api_key = st.text_input(label="Input OpenAI API key:")
|
||||||
api_key = api_key_checker(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"):
|
if st.button("Rerun"):
|
||||||
st.cache_data.clear()
|
st.cache_data.clear()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user