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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ demo = gr.Interface(
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: #f2f2f2 !important;
 
25
  }
26
  gr.Textbox {
27
  color: #4b4b4b !important;
 
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
  }
27
  gr.Textbox {
28
  color: #4b4b4b !important;