woshixuhao commited on
Commit
ada257d
·
1 Parent(s): 0c76d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -269,20 +269,21 @@ if __name__=='__main__':
269
  secondary_hue="blue",
270
  neutral_hue="slate",
271
  )
 
272
  model_card = f"""
273
  ## Description\n
274
  It is a app for predicting Rf values of a compound under given eluents in TLC.\n
275
  input: smiles of one compound, such as CC(OCC)=O; \n
276
  the ratio of five solvents (example: 20 1 0 0 0 for PE:EA=20:1)\n
277
  output: the predicted Rf value.\n\n
278
-
279
  ## Citation\n
280
  Welcome to cite our work:\n
281
  H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
282
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
283
- Chem (2022),3202–3214, 10.1016/j.chempr.2022.08.008
284
  """
285
 
 
286
  with gr.Blocks(theme=theme) as demo:
287
  gr.Markdown('''
288
  <div>
 
269
  secondary_hue="blue",
270
  neutral_hue="slate",
271
  )
272
+
273
  model_card = f"""
274
  ## Description\n
275
  It is a app for predicting Rf values of a compound under given eluents in TLC.\n
276
  input: smiles of one compound, such as CC(OCC)=O; \n
277
  the ratio of five solvents (example: 20 1 0 0 0 for PE:EA=20:1)\n
278
  output: the predicted Rf value.\n\n
 
279
  ## Citation\n
280
  Welcome to cite our work:\n
281
  H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
282
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
283
+ Chem (2022), 3202–3214, 10.1016/j.chempr.2022.08.008
284
  """
285
 
286
+
287
  with gr.Blocks(theme=theme) as demo:
288
  gr.Markdown('''
289
  <div>