srinuksv commited on
Commit
104825d
1 Parent(s): ddc78b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ def predict(message,history):
89
  return response
90
 
91
  # Create the Gradio interface using ChatInterface
92
- gr.ChatInterface(predict).launch()
 
89
  return response
90
 
91
  # Create the Gradio interface using ChatInterface
92
+ gr.ChatInterface(predict,title="RedFerns Tech",).launch()