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