Web3Daily commited on
Commit
4c2ef71
1 Parent(s): cb2f070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,9 +19,8 @@ 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="Get a super simple answer:"),
22
- gr.Blocks(css=".gradio-container {background-color: white}"),
23
  title="Web(GPT)3"
24
  )
25
-
26
 
27
  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="Get a super simple answer:"),
 
22
  title="Web(GPT)3"
23
  )
24
+ gr.Blocks(css=".gradio-container {background-color: white}")
25
 
26
  demo.launch()