Web3Daily commited on
Commit
3520bcc
1 Parent(s): b1573f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def CustomChatGPT(user_input):
16
  messages.append({"role": "assistant", "content": ChatGPT_reply})
17
  return ChatGPT_reply
18
 
19
- description = "Check for ChatGPT outages <a href="https://status.openai.com/">here.</a>"
20
 
21
  demo = gr.Interface(
22
  fn=CustomChatGPT,
 
16
  messages.append({"role": "assistant", "content": ChatGPT_reply})
17
  return ChatGPT_reply
18
 
19
+ description = "Check for ChatGPT outages <a href=https://status.openai.com/>here.</a>"
20
 
21
  demo = gr.Interface(
22
  fn=CustomChatGPT,