eagle0504 commited on
Commit
4463588
1 Parent(s): de738f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ if prompt := st.chat_input("What is up?"):
116
  """
117
  final_response = call_chatgpt(query=engineered_prompt)
118
  except:
119
- final_response = "Sorry, the inference endpoint is temporarily done."
120
  elif option == "ChatGPT":
121
  if prompt:
122
  out = call_chatgpt(query=prompt)
 
116
  """
117
  final_response = call_chatgpt(query=engineered_prompt)
118
  except:
119
+ final_response = "Sorry, the inference endpoint is temporarily down. 😔"
120
  elif option == "ChatGPT":
121
  if prompt:
122
  out = call_chatgpt(query=prompt)