Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with open("technical_interviewer_prompt.txt", "r") as file:
|
|
32 |
with open("question_generation_prompt.txt", "r") as file:
|
33 |
question_generation_prompt = file.read()
|
34 |
|
35 |
-
st.title("Real-World Programming
|
36 |
|
37 |
# Initialize session state variables
|
38 |
if "messages" not in st.session_state:
|
|
|
32 |
with open("question_generation_prompt.txt", "r") as file:
|
33 |
question_generation_prompt = file.read()
|
34 |
|
35 |
+
st.title("Mock Interview: Real-World Programming")
|
36 |
|
37 |
# Initialize session state variables
|
38 |
if "messages" not in st.session_state:
|