akashkumarbtc commited on
Commit
ddf065d
1 Parent(s): de695ce

css update

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -145,9 +145,10 @@ demo = gr.Interface(
145
  gr.Textbox(label="Analysis")
146
  ],
147
  examples=file_names,
148
- theme=gr.themes.Default(primary_hue=gr.themes.colors.red,
149
- secondary_hue=gr.themes.colors.pink),
150
- css=" .gradio-title, .gradio-description {color: black;}",
 
151
 
152
  )
153
 
 
145
  gr.Textbox(label="Analysis")
146
  ],
147
  examples=file_names,
148
+ theme=gr.themes.Soft().set(
149
+ body_text_color="black"
150
+ ),
151
+ css=" .gradio-container {background-color: white !important;} .prose h1{color: black !important;} p {color: black !important;}",
152
 
153
  )
154