ae5115242430e13 commited on
Commit
b22b046
·
verified ·
1 Parent(s): af8bd84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ def get_completion(user_input):
24
 
25
  # Check if the user asks "Who made you?"
26
  if "who made you" in user_input.lower():
27
- return "I was created by Thirumoorthi, a brilliant mind working on AI systems!"
28
 
29
  try:
30
  completion = client.chat.completions.create(
@@ -68,7 +68,7 @@ def launch_interface():
68
  lines=6,
69
  max_lines=10
70
  ),
71
- title="Chat with Mr AI",
72
  description="I am your friendly assistant, just like ChatGPT! Ask me anything, and I will do my best to help.",
73
  theme="huggingface", # More modern theme
74
  css="""
 
24
 
25
  # Check if the user asks "Who made you?"
26
  if "who made you" in user_input.lower():
27
+ return "I was created by R.s.L Maran, a brilliant mind working on AI systems!"
28
 
29
  try:
30
  completion = client.chat.completions.create(
 
68
  lines=6,
69
  max_lines=10
70
  ),
71
+ title="Chat with R.s.L Maran",
72
  description="I am your friendly assistant, just like ChatGPT! Ask me anything, and I will do my best to help.",
73
  theme="huggingface", # More modern theme
74
  css="""