doctorvivin commited on
Commit
e54bdc6
·
1 Parent(s): 0187999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ demo = gr.ChatInterface(fn=generate,
47
  retry_btn=None,
48
  undo_btn=None,
49
  css="body { background-color: inherit; }"
 
50
  "#component-2 {background:#ffffff1a; display:contents;}"
51
  "div#component-0 { height: auto !important;}"
52
  ".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
 
47
  retry_btn=None,
48
  undo_btn=None,
49
  css="body { background-color: inherit; }"
50
+ ":root {--color-accent: transparent; --color-accent-soft:transparent;}"
51
  "#component-2 {background:#ffffff1a; display:contents;}"
52
  "div#component-0 { height: auto !important;}"
53
  ".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"