aheman20 commited on
Commit
7ee5835
1 Parent(s): adafa68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ db = Pinecone.from_existing_index(index_name=index_n, embedding=embeddings)
47
  theme = gr.themes.Soft(
48
  primary_hue="emerald",
49
  ).set(
50
- block_background_fill='black'
51
 
52
 
53
  with gr.Blocks(theme=theme) as demo:
 
47
  theme = gr.themes.Soft(
48
  primary_hue="emerald",
49
  ).set(
50
+ block_background_fill='black')
51
 
52
 
53
  with gr.Blocks(theme=theme) as demo: