Kelvinhjk commited on
Commit
984eecc
·
1 Parent(s): 3f5d0fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -73,8 +73,11 @@ with st.sidebar:
73
  selected = option_menu("Model selection", ["Roberta base squad2", "Bert finetuned squad"],
74
  icons=['box-fill', 'box-fill'], menu_icon="cast", default_index=0)
75
 
 
 
 
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:
 
73
  selected = option_menu("Model selection", ["Roberta base squad2", "Bert finetuned squad"],
74
  icons=['box-fill', 'box-fill'], menu_icon="cast", default_index=0)
75
 
76
+
77
+ st.markdown('<p class="big-font">QnA for Swinburne\'s Bachelor of Computer Science progrom</p>', unsafe_allow_html=True)
78
+
79
  if selected == "Roberta base squad2":
80
+
81
  st.write("- ", selected)
82
  text0 = st.text_area("Type question (Eg. What is the duration of the Bachelor of Computer Science program?):")
83
  if text0: