Wajahat698 commited on
Commit
08d403d
·
verified ·
1 Parent(s): 28245b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ agent = create_openai_tools_agent(llm, tools, prompt)
25
  agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
26
 
27
  # create webapp
28
- st.title('GPT Websearch Agent🧬⚗️')
29
  input = st.text_input('What do you want to know?')
30
 
31
  # show response if a prompt is entered
 
25
  agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
26
 
27
  # create webapp
28
+ st.title('Chatgpt')
29
  input = st.text_input('What do you want to know?')
30
 
31
  # show response if a prompt is entered