Divyansh12 commited on
Commit
9b04153
·
verified ·
1 Parent(s): 343b21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ nest_asyncio.apply()
16
  model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2")
17
 
18
  # Streamlit Application
19
- st.title("Course Scraper from Analytics Vidhya")
20
 
21
  # API Key Input
22
  api_key = st.text_input("Enter your API Key:", type="password")
 
16
  model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2")
17
 
18
  # Streamlit Application
19
+ st.title("Course Scraper for Analytics Vidhya")
20
 
21
  # API Key Input
22
  api_key = st.text_input("Enter your API Key:", type="password")