Web3Daily commited on
Commit
9a0f01e
1 Parent(s): ad4769a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ def CustomChatGPT(Question):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs=gr.Textbox(label="Question?", placeholder="What are gas fees?"),
21
- outputs=gr.Textbox(label="Answer"),
22
 
23
  title="Web(GPT)3"
24
  )
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees?"),
21
+ outputs=gr.Textbox(label="Get a super simple answer:"),
22
 
23
  title="Web(GPT)3"
24
  )