Update pages/type_text.py
Browse files- pages/type_text.py +1 -2
pages/type_text.py
CHANGED
@@ -9,7 +9,6 @@ import time
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
12 |
-
import streamlit as st
|
13 |
|
14 |
# 0. If stStatusWidget is a custom component, make sure it's defined or imported.
|
15 |
# For demonstration, let's create a placeholder function for stStatusWidget.
|
@@ -86,7 +85,7 @@ with header_cols[0]:
|
|
86 |
# You could put a logo here: st.image("logo.png", width=100)
|
87 |
with header_cols[1]:
|
88 |
# Call your stStatusWidget or place its constituent widgets here
|
89 |
-
|
90 |
|
91 |
st.markdown('</div>', unsafe_allow_html=True)
|
92 |
|
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
|
|
12 |
|
13 |
# 0. If stStatusWidget is a custom component, make sure it's defined or imported.
|
14 |
# For demonstration, let's create a placeholder function for stStatusWidget.
|
|
|
85 |
# You could put a logo here: st.image("logo.png", width=100)
|
86 |
with header_cols[1]:
|
87 |
# Call your stStatusWidget or place its constituent widgets here
|
88 |
+
st.status(label="StatusIcon") # Our placeholder status widget
|
89 |
|
90 |
st.markdown('</div>', unsafe_allow_html=True)
|
91 |
|