Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,12 +30,7 @@ if "question" in st.session_state:
|
|
| 30 |
# Webcam Recording
|
| 31 |
# -------------------------
|
| 32 |
|
| 33 |
-
|
| 34 |
-
with st.spinner("Recording..."):
|
| 35 |
-
record_interview()
|
| 36 |
-
|
| 37 |
-
st.success("Recording complete!")
|
| 38 |
-
|
| 39 |
# -------------------------
|
| 40 |
# Upload Video
|
| 41 |
# -------------------------
|
|
|
|
| 30 |
# Webcam Recording
|
| 31 |
# -------------------------
|
| 32 |
|
| 33 |
+
st.warning("⚠️ Webcam recording is not supported in this deployment. Please upload a video instead.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
# -------------------------
|
| 35 |
# Upload Video
|
| 36 |
# -------------------------
|