Sachitksh commited on
Commit
7a90fa7
·
verified ·
1 Parent(s): 9f7f64e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -41,7 +41,7 @@ st.markdown("""
41
  </style>
42
  """, unsafe_allow_html=True)
43
 
44
- st.markdown("<h1 class='stTitle'>Job Interview Preparation Bot</h1>", unsafe_allow_html=True)
45
 
46
  # Function to generate interview questions
47
  def generate_questions(role, topic, difficulty, num_questions):
@@ -108,11 +108,11 @@ with st.form('tips_form', clear_on_submit=True):
108
  st.markdown("</div>", unsafe_allow_html=True)
109
 
110
  # Sidebar for mock interview scheduling and resources
111
- st.sidebar.header("Mock Interview Scheduler")
112
- st.sidebar.write("Schedule a mock interview with the bot.")
113
  mock_date = st.sidebar.date_input("Select Date", datetime.now())
114
  mock_time = st.sidebar.time_input("Select Time", datetime.now().time())
115
- st.sidebar.button("Schedule Interview", on_click=lambda: st.sidebar.write("Interview scheduled!"))
116
 
117
  st.sidebar.header("Engagement Metrics and Resources")
118
  st.sidebar.write("Track your progress over time and connect with resources.")
 
41
  </style>
42
  """, unsafe_allow_html=True)
43
 
44
+ st.markdown("<h1 class='stTitle'>Prepare Smarter, Ace the Interview!</h1>", unsafe_allow_html=True)
45
 
46
  # Function to generate interview questions
47
  def generate_questions(role, topic, difficulty, num_questions):
 
108
  st.markdown("</div>", unsafe_allow_html=True)
109
 
110
  # Sidebar for mock interview scheduling and resources
111
+ st.sidebar.header(" Book Your Interview Slot")
112
+ st.sidebar.write("Book a Practice Interview with the Bot")
113
  mock_date = st.sidebar.date_input("Select Date", datetime.now())
114
  mock_time = st.sidebar.time_input("Select Time", datetime.now().time())
115
+ st.sidebar.button("Schedule Interview", on_click=lambda: st.sidebar.write("Interview is Booked!"))
116
 
117
  st.sidebar.header("Engagement Metrics and Resources")
118
  st.sidebar.write("Track your progress over time and connect with resources.")