mikepastor11 commited on
Commit
fbe26c7
1 Parent(s): 76269e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def main():
135
 
136
  st.image("./HoneybeeLogo.png", width=96)
137
  st.header(f"Pennwick Honeybee Robot")
138
- st_write( "BETA TEST VERSION only!")
139
 
140
  print('Prepared page...\n')
141
 
 
135
 
136
  st.image("./HoneybeeLogo.png", width=96)
137
  st.header(f"Pennwick Honeybee Robot")
138
+ st.write( "BETA TEST VERSION only!", unsafe_allow_html=True)
139
 
140
  print('Prepared page...\n')
141