Web3Daily commited on
Commit
bd0a810
1 Parent(s): 826cbe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ WebGPT3 = gr.Interface(
20
  fn=CustomChatGPT,
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
22
  outputs=gr.Textbox(label="Answer:"),
23
- title=""
24
  live=False
25
  )
26
 
 
20
  fn=CustomChatGPT,
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
22
  outputs=gr.Textbox(label="Answer:"),
23
+ title="",
24
  live=False
25
  )
26