Azmathussainthebo commited on
Commit
cf4e306
·
verified ·
1 Parent(s): 17094f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,5 +42,4 @@ if prompt := st.chat_input("What is your question?"):
42
  with st.chat_message("assistant"):
43
  st.markdown(chatbot_response)
44
  else:
45
- st.error("Failed to get response from Groq API")
46
- streamlit run educational_chatbot.py
 
42
  with st.chat_message("assistant"):
43
  st.markdown(chatbot_response)
44
  else:
45
+ st.error("Failed to get response from Groq API")