Yin Fang
commited on
Commit
Β·
be6385e
1
Parent(s):
c05e485
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def opt_process(opt_input):
|
|
159 |
return opt_input_img, "\n".join(opt_output), "\n".join(opt_output_imp), "\n".join(opt_output_sim), opt_output_img
|
160 |
|
161 |
with gr.Blocks() as demo:
|
162 |
-
gr.Markdown("# MolGen: Molecular
|
163 |
|
164 |
with gr.Tabs():
|
165 |
with gr.TabItem("Molecular Generation"):
|
|
|
159 |
return opt_input_img, "\n".join(opt_output), "\n".join(opt_output_imp), "\n".join(opt_output_sim), opt_output_img
|
160 |
|
161 |
with gr.Blocks() as demo:
|
162 |
+
gr.Markdown("# MolGen: Domain-Agnostic Molecular Generation with Self-feedback")
|
163 |
|
164 |
with gr.Tabs():
|
165 |
with gr.TabItem("Molecular Generation"):
|