Web3Daily commited on
Commit
6fc60be
1 Parent(s): d8c47c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,9 +23,8 @@ def set_theme(dark_theme):
23
 
24
  demo = gr.Interface(
25
  fn=CustomChatGPT,
26
- inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
27
  outputs=gr.Textbox(label="Get a simple answer in return:"),
28
- gr.inputs.Checkbox(label="Dark Theme", default=False),
29
  title="Web(GPT)3",
30
  css=set_theme
31
  )
 
23
 
24
  demo = gr.Interface(
25
  fn=CustomChatGPT,
26
+ inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"), gr.inputs.Checkbox(label="Dark Theme", default=False),
27
  outputs=gr.Textbox(label="Get a simple answer in return:"),
 
28
  title="Web(GPT)3",
29
  css=set_theme
30
  )