anoushka2000 commited on
Commit
8740496
·
verified ·
1 Parent(s): f58e807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):