JPBianchi commited on
Commit
d884b0a
1 Parent(s): 685ba52

Removed 'UNSTABLE' mention for online version on HF

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ def main():
302
  with center:
303
  if we_are_online:
304
  st.text("Running ONLINE")
305
- st.text("(UNSTABLE)")
306
  else:
307
  st.text("Running OFFLINE")
308
  st.write("----------")
 
302
  with center:
303
  if we_are_online:
304
  st.text("Running ONLINE")
305
+ # st.text("(UNSTABLE)")
306
  else:
307
  st.text("Running OFFLINE")
308
  st.write("----------")