awacke1 commited on
Commit
0d44617
β€’
1 Parent(s): 8d8fc5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def main():
125
  prompts.append(file_content)
126
 
127
  if st.button('πŸ’¬ Chat'):
128
- st.write('Chatting with GPT-3...')
129
  response = chat_with_model(prompts)
130
  st.write('Response:')
131
  st.write(response)
 
125
  prompts.append(file_content)
126
 
127
  if st.button('πŸ’¬ Chat'):
128
+ st.write('Thinking and Reasoning with your inputs...')
129
  response = chat_with_model(prompts)
130
  st.write('Response:')
131
  st.write(response)