Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def Chatbot():
|
|
| 15 |
anslist = bard.get_answer(f"Make a list of suggestions: \n{bardans} n\for the betterment education: \n{advice_input}\n\nThe list should be in three sections, section 1 for quality of education, section 2 for relevance of job oriented education & section 3 for pro & cons of linking Artifical intelligence with education system.")["content"]
|
| 16 |
|
| 17 |
with st.chat_message("assistant"):
|
| 18 |
-
st.write(f"What to be done to achieve better education:\n{bardans\nHow we can:\n{anslist}")
|
| 19 |
|
| 20 |
Chatbot()
|
| 21 |
|
|
|
|
| 15 |
anslist = bard.get_answer(f"Make a list of suggestions: \n{bardans} n\for the betterment education: \n{advice_input}\n\nThe list should be in three sections, section 1 for quality of education, section 2 for relevance of job oriented education & section 3 for pro & cons of linking Artifical intelligence with education system.")["content"]
|
| 16 |
|
| 17 |
with st.chat_message("assistant"):
|
| 18 |
+
st.write(f"What to be done to achieve better education:\n{bardans}\nHow we can:\n{anslist}")
|
| 19 |
|
| 20 |
Chatbot()
|
| 21 |
|