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