Web3Daily commited on
Commit
3f00fa4
1 Parent(s): 459994e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ 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
  css="""
23
- body {
24
  background-color: #f2f2f2 !important;
25
  }
26
  gr.Textbox {
 
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
  css="""
23
+ .gradio-container, .gradio-container-3-21-0 svelte-v63enf, .embed-container dark {
24
  background-color: #f2f2f2 !important;
25
  }
26
  gr.Textbox {