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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ 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
 
 
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