Spaces:
Running
Running
Update app.py
Browse files
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.
|
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")
|