Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from rdkit.Chem.Draw import IPythonConsole, MolsToGridImage
|
|
5 |
import numpy as np
|
6 |
import tensorflow as tf
|
7 |
from tensorflow import keras
|
|
|
8 |
|
9 |
# Config
|
10 |
class Featurizer:
|
|
|
5 |
import numpy as np
|
6 |
import tensorflow as tf
|
7 |
from tensorflow import keras
|
8 |
+
import pandas as pd
|
9 |
|
10 |
# Config
|
11 |
class Featurizer:
|