Spaces:
Running
Running
Update app.py input text
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ vocab = load_data()
|
|
42 |
|
43 |
st.title(':blue[Battelle] FupBERT')
|
44 |
st.write('Note: This is not an official Battelle product')
|
45 |
-
input_text = st.text_input("Provide
|
46 |
|
47 |
|
48 |
def predict(inp=input_text):
|
|
|
42 |
|
43 |
st.title(':blue[Battelle] FupBERT')
|
44 |
st.write('Note: This is not an official Battelle product')
|
45 |
+
input_text = st.text_input("Provide input as a smiles string: ")
|
46 |
|
47 |
|
48 |
def predict(inp=input_text):
|