Web3Daily commited on
Commit
8593eb6
1 Parent(s): 035504a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ demo = gr.Interface(
22
  outputs=gr.Textbox(label="Answer:"),
23
  title="",
24
  live=False
 
25
  )
26
 
27
  demo.launch()
 
22
  outputs=gr.Textbox(label="Answer:"),
23
  title="",
24
  live=False
25
+ description = "Check for ChatGPT outages <a href="https://status.openai.com/">here.</a>"
26
  )
27
 
28
  demo.launch()