Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import uuid
|
|
6 |
from groq import Groq
|
7 |
import re
|
8 |
import json
|
|
|
9 |
# -------------------- Configuration --------------------
|
10 |
st.set_page_config(
|
11 |
page_title="AI Interview Coach",
|
|
|
6 |
from groq import Groq
|
7 |
import re
|
8 |
import json
|
9 |
+
import os
|
10 |
# -------------------- Configuration --------------------
|
11 |
st.set_page_config(
|
12 |
page_title="AI Interview Coach",
|