aymonc commited on
Commit
18bef3f
·
verified ·
1 Parent(s): aeb8cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def predict(message, history):
20
  gpt_response = llm(history_langchain_format)
21
  return gpt_response.content
22
 
23
- gr.ChatInterface(predict).launch(auth=(USERNAME, PASSWORD))
 
20
  gpt_response = llm(history_langchain_format)
21
  return gpt_response.content
22
 
23
+ gr.ChatInterface(predict, title="Birmingham DubaiAI Chat",).launch(auth=(USERNAME, PASSWORD))