Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,9 +148,9 @@ if st.session_state.follow_up_mode:
|
|
148 |
|
149 |
st.sidebar.markdown("""
|
150 |
## About
|
151 |
-
This is a Real-World Interview Question Generator powered by
|
152 |
Enter a company name, topic, and level of difficulty, and it will transform a relevant question into a real-world interview scenario!
|
153 |
-
Continue chatting with the
|
154 |
""")
|
155 |
|
156 |
# Sidebar content to display persistent generated question (left sidebar)
|
|
|
148 |
|
149 |
st.sidebar.markdown("""
|
150 |
## About
|
151 |
+
This is a Real-World Interview Question Generator powered by AI.
|
152 |
Enter a company name, topic, and level of difficulty, and it will transform a relevant question into a real-world interview scenario!
|
153 |
+
Continue chatting with the AI interviewer in the chatbox.
|
154 |
""")
|
155 |
|
156 |
# Sidebar content to display persistent generated question (left sidebar)
|