ogegadavis254 commited on
Commit
b27b90d
1 Parent(s): e125b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ def get_streamed_response(message, history):
72
  all_message.append({"role": "assistant", "content": entire_assistant_response})
73
 
74
 
75
- gr.ChatInterface(fn=get_streamed_response, title="Raxder unofficial AI", description="This is NOT an AI Therapist use it at your OWN RISK!, This might be the worst AI you have ever used", retry_btn="Regenerate 🔁").launch()
 
72
  all_message.append({"role": "assistant", "content": entire_assistant_response})
73
 
74
 
75
+ gr.ChatInterface(fn=get_streamed_response, title="Bible learner AI", description="Get deep insights and learn more about the bible today.", retry_btn="Regenerate 🔁").launch()