Wajahat698 commited on
Commit
4efc4fe
·
verified ·
1 Parent(s): 8d45965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with Web Search")
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