Web3Daily commited on
Commit
41fff30
1 Parent(s): 02b550a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -19,10 +19,8 @@ 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
- function handle_lightmode() {
26
  let url = new URL(window.location.toString());
27
 
28
 
@@ -44,5 +42,6 @@ function handle_lightmode() {
44
  use_system_theme();
45
  }
46
  }
 
47
 
48
  demo.launch()
 
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
+ function handle_lightmode() {
 
 
24
  let url = new URL(window.location.toString());
25
 
26
 
 
42
  use_system_theme();
43
  }
44
  }
45
+ )
46
 
47
  demo.launch()