mgyigit commited on
Commit
1d105c9
·
1 Parent(s): 947be6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def function(model_name: str, num_molecules: int, seed_num: int) -> tuple[PIL.Im
150
 
151
 
152
 
153
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
154
  with gr.Row():
155
  with gr.Column(scale=1):
156
  gr.Markdown("# DrugGEN: Target Centric De Novo Design of Drug Candidate Molecules with Graph Generative Deep Adversarial Networks")
 
150
 
151
 
152
 
153
+ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
154
  with gr.Row():
155
  with gr.Column(scale=1):
156
  gr.Markdown("# DrugGEN: Target Centric De Novo Design of Drug Candidate Molecules with Graph Generative Deep Adversarial Networks")