Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -466,7 +466,7 @@ def main():
|
|
| 466 |
input_ids = torch.tensor(encoded["input_ids"])
|
| 467 |
attention_mask = torch.tensor(encoded["attention_mask"])
|
| 468 |
|
| 469 |
-
st.markdown("## Molecule")
|
| 470 |
|
| 471 |
st.code(smiles)
|
| 472 |
with st.expander("View Tokens"):
|
|
|
|
| 466 |
input_ids = torch.tensor(encoded["input_ids"])
|
| 467 |
attention_mask = torch.tensor(encoded["attention_mask"])
|
| 468 |
|
| 469 |
+
st.markdown("### Molecule")
|
| 470 |
|
| 471 |
st.code(smiles)
|
| 472 |
with st.expander("View Tokens"):
|