Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
</style>
|
| 42 |
""", unsafe_allow_html=True)
|
| 43 |
|
| 44 |
-
st.markdown("<h1 class='stTitle'>
|
| 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("
|
| 112 |
-
st.sidebar.write("
|
| 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
|
| 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.")
|