Web3Daily commited on
Commit
cd28a9a
1 Parent(s): 92dcaf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -17,9 +17,7 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs= "text",
21
- label="Ask a question",
22
- placeholder="What are gas fees?",
23
  outputs = "text",
24
  title = "Web(GPT)3 Daily")
25
 
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs = "text",
 
 
21
  outputs = "text",
22
  title = "Web(GPT)3 Daily")
23