Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|