Web3Daily commited on
Commit
7334998
1 Parent(s): e42fdb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -19,9 +19,10 @@ demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Get a simple answer in return:"),
22
- title="Web(GPT)3"
 
23
  )
24
 
25
 
26
 
27
- demo.launch(src="https://web3daily-webgpt3.hf.space?__theme=light")
 
19
  fn=CustomChatGPT,
20
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Get a simple answer in return:"),
22
+ title="Web(GPT)3",
23
+ theme="light !important;""
24
  )
25
 
26
 
27
 
28
+ demo.launch()