c-dunlap commited on
Commit
9e117f6
·
1 Parent(s): 10d3918

Update app.py input text

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