Yin Fang commited on
Commit
be6385e
Β·
1 Parent(s): c05e485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Language Model as Multi-task Generator")
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"):