mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update chat.py removing unnecessary string
This commit is contained in:
parent
d67c4181ab
commit
d1ecfda195
@ -51,7 +51,7 @@ def query(question):
|
||||
response = st.session_state['chat'].ask_assistant(question)
|
||||
return response
|
||||
|
||||
prompt = st.text_input("What do you want to know: ","", key="input")
|
||||
prompt = st.text_input(f"What do you want to know: ", key="input")
|
||||
|
||||
if st.button('Submit', key='generationSubmit'):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user