AnishaG0201 commited on
Commit
bf89939
1 Parent(s): d64a3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -6,8 +6,8 @@ from langchain_google_genai import ChatGoogleGenerativeAI
6
 
7
 
8
  # Page configuration
9
- st.set_page_config(page_title="Generate Math Quizzes",
10
- page_icon="🧮",
11
  layout="wide",
12
  initial_sidebar_state="collapsed")
13
 
@@ -18,7 +18,7 @@ def main():
18
  roles_and_topics = {
19
 
20
 
21
- roles_and_topics = {
22
  "Front-End Developer": ["HTML/CSS", "JavaScript and Frameworks (React, Angular, Vue.js)", "Responsive Design", "Browser Compatibility"],
23
  "Back-End Developer": ["Server-Side Languages (Node.js, Python, Ruby, PHP)", "Database Management (SQL, NoSQL)", "API Development", "Server and Hosting Management"],
24
  "Full-Stack Developer": ["Combination of Front-End and Back-End Topics", "Integration of Systems", "DevOps Basics"],
@@ -39,7 +39,7 @@ def main():
39
  "AI Engineer": ["AI Model Deployment", "Machine Learning Engineering", "Deep Learning", "AI Tools and Frameworks"],
40
  "Generative AI Specialist (GenAI)": ["Generative Models", "GANs (Generative Adversarial Networks)", "Creative AI Applications", "Ethics in AI"],
41
  "Generative Business Intelligence Specialist (GenBI)": ["Automated Data Analysis", "Business Intelligence Tools", "Predictive Analytics", "AI in Business Strategy"]
42
- }
43
 
44
  }
45
 
 
6
 
7
 
8
  # Page configuration
9
+ st.set_page_config(page_title="Interview Practice Bot",
10
+ page_icon="📚",
11
  layout="wide",
12
  initial_sidebar_state="collapsed")
13
 
 
18
  roles_and_topics = {
19
 
20
 
21
+
22
  "Front-End Developer": ["HTML/CSS", "JavaScript and Frameworks (React, Angular, Vue.js)", "Responsive Design", "Browser Compatibility"],
23
  "Back-End Developer": ["Server-Side Languages (Node.js, Python, Ruby, PHP)", "Database Management (SQL, NoSQL)", "API Development", "Server and Hosting Management"],
24
  "Full-Stack Developer": ["Combination of Front-End and Back-End Topics", "Integration of Systems", "DevOps Basics"],
 
39
  "AI Engineer": ["AI Model Deployment", "Machine Learning Engineering", "Deep Learning", "AI Tools and Frameworks"],
40
  "Generative AI Specialist (GenAI)": ["Generative Models", "GANs (Generative Adversarial Networks)", "Creative AI Applications", "Ethics in AI"],
41
  "Generative Business Intelligence Specialist (GenBI)": ["Automated Data Analysis", "Business Intelligence Tools", "Predictive Analytics", "AI in Business Strategy"]
42
+
43
 
44
  }
45