Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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
|