Skip to content

Commit

Permalink
Update 2_Chat_with_search.py
Browse files Browse the repository at this point in the history
Addedbasemaps.py code
  • Loading branch information
olyatjtaylo authored May 11, 2024
1 parent 20567de commit a811504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/2_Chat_with_search.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import streamlit as st

import streamlit as st
import leafmap.foliumap as leafmap
from langchain.agents import initialize_agent, AgentType
from langchain.callbacks import StreamlitCallbackHandler
from langchain.chat_models import ChatOpenAI
Expand All @@ -19,8 +20,7 @@
In this example, we're using `StreamlitCallbackHandler` to display the thoughts and actions of an agent in an interactive Streamlit app.
Try more LangChain 🤝 Streamlit Agent examples at [github.com/langchain-ai/streamlit-agent](https://github.com/langchain-ai/streamlit-agent).
"""
import streamlit as st
import leafmap.foliumap as leafmap


st.set_page_config(layout="wide")

Expand Down

0 comments on commit a811504

Please sign in to comment.