Web3Daily commited on
Commit
0a5457b
1 Parent(s): 78dd52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs=gr.Textbox(label="Answer"),
 
22
  title="Web(GPT)3"
23
  )
24
 
 
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs=gr.Textbox(label="Answer"),
22
+ textbox = gr.Textbox(placeholder="What are gas fees?")
23
  title="Web(GPT)3"
24
  )
25