Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ st.title("Course Scraper from Analytics Vidhya")
|
|
| 19 |
api_key = st.text_input("Enter your API Key:", type="password")
|
| 20 |
|
| 21 |
# Prompt Input
|
| 22 |
-
user_prompt = st.text_input("Enter your prompt for scraping:"
|
| 23 |
|
| 24 |
# Scraping Configuration
|
| 25 |
graph_config = {
|
|
|
|
| 19 |
api_key = st.text_input("Enter your API Key:", type="password")
|
| 20 |
|
| 21 |
# Prompt Input
|
| 22 |
+
user_prompt = st.text_input("Enter your prompt for scraping:")
|
| 23 |
|
| 24 |
# Scraping Configuration
|
| 25 |
graph_config = {
|