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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ 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 <a href="https://status.openai.com/">here.</a>"
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
  )
26
 
27
  demo.launch()