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