Web3Daily commited on
Commit
3d7f639
1 Parent(s): 8593eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
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()
 
22
  outputs=gr.Textbox(label="Answer:"),
23
  title="",
24
  live=False
25
+ description = "Check for ChatGPT outages"
26
  )
27
 
28
  demo.launch()