Update app.py
Browse files
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()
|