Web3Daily commited on
Commit
eae5269
1 Parent(s): 72e3c98

Update app.py

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