Akash190104 commited on
Commit
8726172
·
1 Parent(s): ea0753b
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -14,9 +14,7 @@ st.markdown(
14
  """
15
  )
16
 
17
- # -------------------------------
18
- # Retrieve HF Token from secrets or user input
19
- # -------------------------------
20
 
21
  hf_token = st.sidebar.text_input("Enter your Hugging Face API Token", type="password")
22
 
 
14
  """
15
  )
16
 
17
+
 
 
18
 
19
  hf_token = st.sidebar.text_input("Enter your Hugging Face API Token", type="password")
20