Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def main():
|
|
158 |
|
159 |
# Sidebar Configuration with Additional Options
|
160 |
with st.sidebar:
|
161 |
-
|
162 |
|
163 |
# Hugging Face API Token Input
|
164 |
hf_token = st.text_input("Enter your Hugging Face Token", type="password")
|
|
|
158 |
|
159 |
# Sidebar Configuration with Additional Options
|
160 |
with st.sidebar:
|
161 |
+
st.markdown("### Configuration Panel")
|
162 |
|
163 |
# Hugging Face API Token Input
|
164 |
hf_token = st.text_input("Enter your Hugging Face Token", type="password")
|