Web3Daily commited on
Commit
a065fd1
1 Parent(s): cd28a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ def CustomChatGPT(user_input):
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs = "text",
 
21
  outputs = "text",
22
  title = "Web(GPT)3 Daily")
23
 
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs = "text",
21
+ name = input("Ask a question! ")
22
  outputs = "text",
23
  title = "Web(GPT)3 Daily")
24