Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,7 +254,7 @@ returns the names, SMILES strings, molecular weights and logP values for the rel
|
|
| 254 |
print(tool_choices)
|
| 255 |
|
| 256 |
if len(tool_choices) == 1:
|
| 257 |
-
tool1 = tool_choices[0.strip()
|
| 258 |
if tool1.lower() == 'none':
|
| 259 |
tool_choice = (None, None)
|
| 260 |
else:
|
|
|
|
| 254 |
print(tool_choices)
|
| 255 |
|
| 256 |
if len(tool_choices) == 1:
|
| 257 |
+
tool1 = tool_choices[0].strip()
|
| 258 |
if tool1.lower() == 'none':
|
| 259 |
tool_choice = (None, None)
|
| 260 |
else:
|