Web3Daily commited on
Commit
b5565c0
1 Parent(s): dd8007e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs=Ask a question,
21
  outputs="text",
22
  title="Web(GPT)3",
23
  description = "Ask a question about Web3, get a simple answer, in plain English."
 
17
 
18
  demo = gr.Interface(
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."