Divyansh12 commited on
Commit
9fde84a
·
verified ·
1 Parent(s): 2a05abe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:", "tell me about all the courses")
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 = {