Web3Daily commited on
Commit
63834dc
1 Parent(s): 3d7f639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ demo = gr.Interface(
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
22
  outputs=gr.Textbox(label="Answer:"),
23
  title="",
24
- live=False
25
- description = "Check for ChatGPT outages"
26
  )
27
 
28
  demo.launch()
 
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
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()