Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -0
src/streamlit_app.py
CHANGED
|
@@ -66,6 +66,12 @@ def hirescope_transcriber():
|
|
| 66 |
|
| 67 |
st.markdown("For the local app version, please visit https://github.com/JishnuSetia/HireScopeAI and follow the instructions")
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
wav_audio_data = st_audiorec()
|
| 70 |
|
| 71 |
if wav_audio_data is not None:
|
|
|
|
| 66 |
|
| 67 |
st.markdown("For the local app version, please visit https://github.com/JishnuSetia/HireScopeAI and follow the instructions")
|
| 68 |
|
| 69 |
+
st.subheader("Instructions for Use:")
|
| 70 |
+
st.markdown("- To ask a question, start recording your audio and also record candidate answer")
|
| 71 |
+
st.markdown("- Stop recording when done")
|
| 72 |
+
st.markdown("- Wait for a few seconds and AI will give you suggestions")
|
| 73 |
+
st.markdown("- At the end of the interview, you can export the Transcript and an AI Generated Report")
|
| 74 |
+
|
| 75 |
wav_audio_data = st_audiorec()
|
| 76 |
|
| 77 |
if wav_audio_data is not None:
|