Web3Daily commited on
Commit
a6320bb
1 Parent(s): 9f6597d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs="text",
22
- title="Web(GPT)3"
 
23
  )
24
 
25
 
 
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs="text",
22
+ title="Web(GPT)3",
23
+ description = "Ask a question about Web3, get a simple answer, in plain English."
24
  )
25
 
26