Web3Daily commited on
Commit
a916546
1 Parent(s): 4ddef48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,8 +20,8 @@ demo = gr.Interface(
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
  .gradio-app(src="https://web3daily-webgpt3.hf.space?__theme=light")
 
25
 
26
 
27
 
 
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
  .gradio-app(src="https://web3daily-webgpt3.hf.space?__theme=light")
24
+ )
25
 
26
 
27