Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|