Web3Daily commited on
Commit
88f067b
1 Parent(s): 440cc44

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
- .embed-container.svelte-v63enf>.main.svelte-v63enf {
24
  background-color: #ffffff !important;
25
  color: #000000 !important;
26
  }
 
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
+ .embed-container.svelte-v63enf>.main.svelte-v63enf, .gradio-container.gradio-container-3-21-0.svelte-v63enf.embed-container.dark {
24
  background-color: #ffffff !important;
25
  color: #000000 !important;
26
  }