Spaces:
Runtime error
Runtime error
Commit
·
62cec2d
1
Parent(s):
6233420
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ if __name__=='__main__':
|
|
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
|
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
|
278 |
|
@@ -280,7 +280,7 @@ if __name__=='__main__':
|
|
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),
|
284 |
"""
|
285 |
|
286 |
with gr.Blocks(theme=theme) as demo:
|
|
|
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
|
278 |
|
|
|
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:
|