haramkoo commited on
Commit
44f7da8
·
1 Parent(s): a42c2cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ st.set_page_config(layout="wide")
50
 
51
  # Title
52
  st.title("Interview AI Test Website")
53
- st.caption("With the advent of machine learning, it has become increasingly clear that AI is capable of completing tasks that were hitherto considered only possible by human minds. We are now pushing the boundaries of what AI can do with natural language processing (NLP), from summarizing pages of text to keeping up a conversation with a human. Our project aims to join those on the frontier of machine learning by creating an AI Interviewer. There are two main problems to address here: first, whether creating such an interviewer will be possible, and second, whether it will be any good.")
54
 
55
  # Adding a Session State to store stateful variables and for saving user's labels/tags for generated questions
56
  if 'button_sent' not in st.session_state:
 
50
 
51
  # Title
52
  st.title("Interview AI Test Website")
53
+ st.caption("With the advent of machine learning, it has become increasingly clear that AI is capable of completing tasks that were hitherto considered only possible by human minds. We are now pushing the boundaries of what AI can do with natural language processing (NLP), from summarizing pages of text to keeping up a conversation with a human. Our project aims to join those on the frontier of machine learning by creating an AI Interviewer. There are two main problems to address here: first, whether creating such an interviewer will be possible, and second, whether it will be any good. The models have been fed datasets derived from https://www.kaggle.com/datasets/shuyangli94/interview-npr-media-dialog-transcripts")
54
 
55
  # Adding a Session State to store stateful variables and for saving user's labels/tags for generated questions
56
  if 'button_sent' not in st.session_state: