Web3Daily commited on
Commit
0192a51
1 Parent(s): bd78d27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ description = "Check for ChatGPT outages <a href=https://status.openai.com/>here
31
 
32
  demo = gr.Interface(
33
  fn=CustomChatGPT,
34
- inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
35
  outputs=gr.Textbox(label="Answer:"),
36
  title=""
37
  )
 
31
 
32
  demo = gr.Interface(
33
  fn=CustomChatGPT,
34
+ inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...you can then request clarification. E.g. Can you simplify that with an analogy?"),
35
  outputs=gr.Textbox(label="Answer:"),
36
  title=""
37
  )