Spaces:
Running
Running
Removed 'UNSTABLE' mention for online version on HF
Browse files
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("----------")
|