Kelvinhjk commited on
Commit
84f3edf
·
1 Parent(s): 84a2bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with st.sidebar:
76
  if selected == "Roberta base squad2":
77
  st.markdown('<p class="big-font">QnA for Swinburne\'s Bachelor of Computer Science progrom</p>', unsafe_allow_html=True)
78
  st.write("- ", selected)
79
- text0 = st.text_area("Type question (Eg. What is the duration of the Bachelor of Computer Science program?): ")
80
  if text0:
81
  #######
82
  ans0, score0 = QnAfunction(text0, question_answerer0)
 
76
  if selected == "Roberta base squad2":
77
  st.markdown('<p class="big-font">QnA for Swinburne\'s Bachelor of Computer Science progrom</p>', unsafe_allow_html=True)
78
  st.write("- ", selected)
79
+ text0 = st.text_area("Type question (Eg. What is the duration of the Bachelor of Computer Science program?):")
80
  if text0:
81
  #######
82
  ans0, score0 = QnAfunction(text0, question_answerer0)