Spaces:
Sleeping
Sleeping
removed consent link
Browse files
app.py
CHANGED
@@ -258,19 +258,11 @@ if st.session_state["appointment_response"]:
|
|
258 |
st.success("The appointment was created correctly.")
|
259 |
st.write(
|
260 |
"Interviewer link: "
|
261 |
-
+
|
262 |
-
+ "/meeting-consent?redirect="
|
263 |
-
+ st.session_state["appointment_response"]["zoom_meeting"]["start_url"].replace(
|
264 |
-
"https://us06web.zoom.us/", ""
|
265 |
-
)
|
266 |
)
|
267 |
st.write(
|
268 |
"Interviewee link: "
|
269 |
-
+
|
270 |
-
+ "/meeting-consent?redirect="
|
271 |
-
+ st.session_state["appointment_response"]["zoom_meeting"]["join_url"].replace(
|
272 |
-
"https://us06web.zoom.us/", ""
|
273 |
-
)
|
274 |
)
|
275 |
if st.session_state["assessment_toggle"]:
|
276 |
st.write(
|
|
|
258 |
st.success("The appointment was created correctly.")
|
259 |
st.write(
|
260 |
"Interviewer link: "
|
261 |
+
+ st.session_state["appointment_response"]["zoom_meeting"]["start_url"]
|
|
|
|
|
|
|
|
|
262 |
)
|
263 |
st.write(
|
264 |
"Interviewee link: "
|
265 |
+
+ st.session_state["appointment_response"]["zoom_meeting"]["join_url"]
|
|
|
|
|
|
|
|
|
266 |
)
|
267 |
if st.session_state["assessment_toggle"]:
|
268 |
st.write(
|