Sephfox commited on
Commit
5ab26ec
1 Parent(s): 05e25c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def main():
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")
 
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")