Web3Daily commited on
Commit
8ab3021
1 Parent(s): 4421b6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def CustomChatGPT(Question):
17
 
18
  WebGPT3 = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? Plus, you can ask follow up questions, like: 'Can you simplify that with an analogy?'"),
21
  outputs=gr.Textbox(label="Answer:"),
22
  title=""
23
  )
 
17
 
18
  WebGPT3 = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
21
  outputs=gr.Textbox(label="Answer:"),
22
  title=""
23
  )