woshixuhao commited on
Commit
02bb077
·
1 Parent(s): a16c42d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ input: smiles of one compounds, such as CC(OCC)=O; \n
32
  the ratio of five solvents (example: 20 1 0 0 0 for PE:EA=20:1)\n
33
  output: the predicted Rf value.\n
34
 
35
- ## Citation
36
  Welcome to cite our work:\n
37
  H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
38
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
@@ -289,7 +289,7 @@ if __name__=='__main__':
289
  </div>
290
  ''')
291
  gr.Markdown(model_card)
292
- demo = gr.Interface(fn=predict_single, inputs=["text", "number","number","number","number","number"], outputs='number')
293
  demo.launch()
294
  # smile='O=C(OC1C(OC(C)=O)C(OC(C)=O)C(OC(C)=O)C(COC(C)=O)O1)C'
295
  # eluent=[0,0.9,0,0,0]
 
32
  the ratio of five solvents (example: 20 1 0 0 0 for PE:EA=20:1)\n
33
  output: the predicted Rf value.\n
34
 
35
+ ## Citation\n
36
  Welcome to cite our work:\n
37
  H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
38
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
 
289
  </div>
290
  ''')
291
  gr.Markdown(model_card)
292
+ gr.Interface(fn=predict_single, inputs=["text", "number","number","number","number","number"], outputs='number')
293
  demo.launch()
294
  # smile='O=C(OC1C(OC(C)=O)C(OC(C)=O)C(OC(C)=O)C(COC(C)=O)O1)C'
295
  # eluent=[0,0.9,0,0,0]