katerinavr / streamlit

2 stars 0 forks source link

Results #1

Open gchemist opened 2 years ago

gchemist commented 2 years ago

Dear katerinavr,

In the rank_pairs function of app.py, the returned df contains multiple rows with scores and uncertainties, even when just one pair of smiles is provided. Should I assume that the first row contains the valid score and uncertainty?

Thanks for your help.

katerinavr commented 2 years ago

Hi,

Could you please provide a screenshot or a sample input which I can use to reproduce what you described? At the moment, when I input a single pair, there is only one row in the resulting dataframe.

Kind Regards

gchemist commented 2 years ago

Hi,

Thanks for the prompt reply. Please find attached an example of a df with multiple rows.

Screenshot

katerinavr commented 2 years ago

Hello,

Could you please try to update with the latest version of the code on the repository as this issue has been resolved previously. I get only one row when running your example: image

Kind regards