robertselvam commited on
Commit
1967460
·
1 Parent(s): f701e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import openai
6
  from pdftojson import PdftoJson
7
  import gradio as gr
8
 
9
- with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
10
  gr.HTML(
11
  """<hr style="border-top: 5px solid white;">"""
12
  )
 
6
  from pdftojson import PdftoJson
7
  import gradio as gr
8
 
9
+ with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
10
  gr.HTML(
11
  """<hr style="border-top: 5px solid white;">"""
12
  )