asmithaaa commited on
Commit
c472b3c
·
verified ·
1 Parent(s): 0a19276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -30,12 +30,7 @@ if "question" in st.session_state:
30
  # Webcam Recording
31
  # -------------------------
32
 
33
- if st.button("🎥 Record Interview (30 sec)"):
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
  # -------------------------