Web3Daily commited on
Commit
157d821
1 Parent(s): 742b934

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
- input = "text"(placeholder="Ask a question"), # Set the placeholder text for the input component
21
  outputs="text",
22
  title="Web(GPT)3 Daily"
23
  )
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs = "text"(placeholder="Ask a question"), # Set the placeholder text for the input component
21
  outputs="text",
22
  title="Web(GPT)3 Daily"
23
  )