Web3Daily commited on
Commit
dbce987
1 Parent(s): a64328e

Update app.py

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