Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ agent = create_openai_tools_agent(llm, tools, prompt)
|
|
| 33 |
agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
|
| 34 |
|
| 35 |
# Build the Streamlit web app
|
| 36 |
-
st.title("ChatGPT
|
| 37 |
|
| 38 |
user_input = st.text_input("What do you want to know?")
|
| 39 |
|
|
|
|
| 33 |
agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
|
| 34 |
|
| 35 |
# Build the Streamlit web app
|
| 36 |
+
st.title("ChatGPT ")
|
| 37 |
|
| 38 |
user_input = st.text_input("What do you want to know?")
|
| 39 |
|