Web3Daily commited on
Commit
5102182
1 Parent(s): 241c805

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=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Answer:"),
22
- title="Web(GPT)3"
23
  )
24
 
25
  Demo.launch()
 
19
  fn=CustomChatGPT,
20
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Answer:"),
22
+ title=""
23
  )
24
 
25
  Demo.launch()