Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ ph = st.empty()
|
|
19 |
|
20 |
def syncMessages():
|
21 |
with ph.container():
|
22 |
-
st.markdown(f"`Status:` green[**Running**]")
|
23 |
if os.listdir("data") == []:
|
24 |
return 0
|
25 |
dirs = st.tabs(os.listdir("data"))
|
|
|
19 |
|
20 |
def syncMessages():
|
21 |
with ph.container():
|
22 |
+
st.markdown(f"`Status:` :green[**Running**]")
|
23 |
if os.listdir("data") == []:
|
24 |
return 0
|
25 |
dirs = st.tabs(os.listdir("data"))
|