c-dunlap commited on
Commit
d7e5b7b
·
1 Parent(s): d7e9dfa

Update title in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def load_data():
25
  model = load_model()
26
  vocab = load_data()
27
 
28
- st.title(':blue[Battelle] FupBert')
29
  st.write('Note: This is not an official Battelle product')
30
  input_text = st.text_input("Provide Input: ")
31
 
 
25
  model = load_model()
26
  vocab = load_data()
27
 
28
+ st.title(':blue[Battelle] FupBERT')
29
  st.write('Note: This is not an official Battelle product')
30
  input_text = st.text_input("Provide Input: ")
31