Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def continue_conversation(input, history):
|
|
183 |
# Streamlit UI
|
184 |
def main():
|
185 |
st.set_page_config(page_title="Hydroponic AI Chatbot", page_icon="👨⚕️")
|
186 |
-
st.title("
|
187 |
|
188 |
# Initialize the conversation history
|
189 |
if 'history' not in st.session_state:
|
|
|
183 |
# Streamlit UI
|
184 |
def main():
|
185 |
st.set_page_config(page_title="Hydroponic AI Chatbot", page_icon="👨⚕️")
|
186 |
+
st.title("Hydroponic AI Chatbot")
|
187 |
|
188 |
# Initialize the conversation history
|
189 |
if 'history' not in st.session_state:
|