Web3Daily commited on
Commit
971ea66
1 Parent(s): 33fed72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ 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
- .gradio-container, .gradio-container-3-21-0.svelte-v63enf, .embed-container.dark, .contain, .block, .block.svelte-1scc9gv.padded {
 
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
+ .gradio-container, .gradio-container-3-21-0.svelte-v63enf, .embed-container.dark, .contain, .block, .block.svelte-1scc9gv.padded, .svelte-drgfj5, .svelte-1jsbsph
24
+ .scroll-hide.svelte-drgfj5, .label.svelte-drgfj5 {
25
  background-color: #ffffff !important;
26
  color: #000000 !important;
27
  }