callmesan commited on
Commit
50b16f7
1 Parent(s): 23f4469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def predict(message, history):
77
  return output
78
 
79
  demo = gr.ChatInterface(predict,
80
- title = f'Sai Literature Question Answering')
81
 
82
  if __name__ == "__main__":
83
  demo.launch()
 
77
  return output
78
 
79
  demo = gr.ChatInterface(predict,
80
+ title = f'SAI Speaks')
81
 
82
  if __name__ == "__main__":
83
  demo.launch()