lorentz commited on
Commit
93502ba
1 Parent(s): 4f5902c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def load_answer(question):
9
 
10
 
11
  #App UI starts here
12
- st.set_page_config(page_title="Entz's LLM LangChain-gpt-3.5-turbo", page_icon=":ant:")
13
  st.header("Entz's LLM LangChain-OpenAI Base Model")
14
 
15
  #Gets the user input
 
9
 
10
 
11
  #App UI starts here
12
+ st.set_page_config(page_title="Entz's LLM LangChain-OpenAI", page_icon=":ant:")
13
  st.header("Entz's LLM LangChain-OpenAI Base Model")
14
 
15
  #Gets the user input