IMHamza101 commited on
Commit
939de6c
·
verified ·
1 Parent(s): 63bbc9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,5 +102,5 @@ def chat(message, history):
102
  results.append(last_message)
103
  return results[1].content
104
 
105
- demo = gr.ChatInterface(fn=chat, title="PI Invent Help Assistant")
106
  demo.launch(debug = True)
 
102
  results.append(last_message)
103
  return results[1].content
104
 
105
+ demo = gr.ChatInterface(fn=chat, title="PI_Policy_Chatbot")
106
  demo.launch(debug = True)