doctorvivin commited on
Commit
e627f14
·
1 Parent(s): 83a09dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.ChatInterface(fn=generate,
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: anto !important;}"
53
  ".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
54
  "gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
55
  ".panel.svelte-vt1mxs {background: transparent; padding:0;}"
 
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;}"
54
  "gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
55
  ".panel.svelte-vt1mxs {background: transparent; padding:0;}"