Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,6 @@ def chatbot_response(message, history):
|
|
| 184 |
return "Error occurred during response generation"
|
| 185 |
|
| 186 |
# Streamlit app
|
| 187 |
-
st.title("Instant Insight-2-Action")
|
| 188 |
|
| 189 |
# User input
|
| 190 |
user_input = st.text_input("You:", "")
|
|
|
|
| 184 |
return "Error occurred during response generation"
|
| 185 |
|
| 186 |
# Streamlit app
|
|
|
|
| 187 |
|
| 188 |
# User input
|
| 189 |
user_input = st.text_input("You:", "")
|