Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|